Apply suggestions from code review

Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
kasenvr 2020-07-20 13:51:18 -04:00 committed by GitHub
parent 022be754f1
commit 770dd83efc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1075,7 +1075,7 @@ export default {
{
"name": "No Folder",
"uuid": "No Folder"
},
}
];
generateList = this.recursiveFolderPopulate(this.itemsStore, null);
@ -1085,7 +1085,7 @@ export default {
{
"name": "No Folder",
"uuid": "No Folder"
},
}
];
generateList = this.recursiveFolderPopulate(this.itemsStore, null);
@ -1099,7 +1099,7 @@ export default {
{
"name": "No Folder",
"uuid": "No Folder"
},
}
];
generateList = this.recursiveFolderPopulate(this.itemsStore, this.$store.state.editFolderDialog.data.uuid);