Updates to editing request.

This commit is contained in:
thehollidayinn
2019-10-21 22:50:09 -06:00
parent 85d6c3ac34
commit 16bcb65d94
6 changed files with 39 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export default {
},
watch: {
show() {
if (!this.editingCollection.collectionIndex);
if (!this.editingCollection.collectionIndex) return;
this.newCollection = Object.assign({}, this.editingCollection);
},
},