mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
022be754f1
commit
770dd83efc
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue