Add extension selection through route param
This commit is contained in:
@@ -65,6 +65,7 @@ export default {
|
||||
applyValue() {
|
||||
// TODO: propagate value to parent
|
||||
// TODO: show a spinner while the request for saving the value is running!
|
||||
this.initialValue = this.value
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
@@ -47,6 +47,7 @@ export default {
|
||||
applyValue() {
|
||||
// TODO: propagate value to parent
|
||||
// TODO: show a spinner while the request for saving the value is running!
|
||||
this.initialValue = this.value
|
||||
},
|
||||
cancel() {
|
||||
this.value = this.initialValue
|
||||
|
||||
Reference in New Issue
Block a user