mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 02:20:17 +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",
|
"name": "No Folder",
|
||||||
"uuid": "No Folder"
|
"uuid": "No Folder"
|
||||||
},
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
generateList = this.recursiveFolderPopulate(this.itemsStore, null);
|
generateList = this.recursiveFolderPopulate(this.itemsStore, null);
|
||||||
|
@ -1085,7 +1085,7 @@ export default {
|
||||||
{
|
{
|
||||||
"name": "No Folder",
|
"name": "No Folder",
|
||||||
"uuid": "No Folder"
|
"uuid": "No Folder"
|
||||||
},
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
generateList = this.recursiveFolderPopulate(this.itemsStore, null);
|
generateList = this.recursiveFolderPopulate(this.itemsStore, null);
|
||||||
|
@ -1099,7 +1099,7 @@ export default {
|
||||||
{
|
{
|
||||||
"name": "No Folder",
|
"name": "No Folder",
|
||||||
"uuid": "No Folder"
|
"uuid": "No Folder"
|
||||||
},
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
generateList = this.recursiveFolderPopulate(this.itemsStore, this.$store.state.editFolderDialog.data.uuid);
|
generateList = this.recursiveFolderPopulate(this.itemsStore, this.$store.state.editFolderDialog.data.uuid);
|
||||||
|
|
Loading…
Reference in a new issue