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

@@ -50,7 +50,7 @@ export default {
},
watch: {
show() {
if (!this.editingFolder.folderIndex);
if (!this.editingFolder.folderIndex) return;
this.newFolder = Object.assign({}, this.editingFolder);
},
},