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