Updates to editing request.
This commit is contained in:
@@ -53,7 +53,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
show() {
|
||||
if (!this.editingCollection.collectionIndex);
|
||||
if (!this.editingCollection.collectionIndex) return;
|
||||
this.newCollection = Object.assign({}, this.editingCollection);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user