mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
frontend function consolidation part 2
This commit is contained in:
@@ -100,10 +100,10 @@ export default {
|
||||
name: this.pickedItem.name,
|
||||
}
|
||||
|
||||
if (this.folderIcon.emoji)
|
||||
if (this.folderIcon && this.folderIcon.emoji)
|
||||
item['emoji'] = this.folderIcon.emoji
|
||||
|
||||
if (this.folderIcon.color)
|
||||
if (this.folderIcon && this.folderIcon.color)
|
||||
item['color'] = this.folderIcon.color
|
||||
|
||||
// Rename item request
|
||||
|
||||
Reference in New Issue
Block a user