mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
api resource refactoring part 3
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
},
|
||||
computed: {
|
||||
isDeleted() {
|
||||
return this.item.data.attributes.deleted_at ? true : false
|
||||
return this.item.data.attributes.deleted_at
|
||||
},
|
||||
emoji() {
|
||||
// Return emoji if is changed from rename popup
|
||||
|
||||
Reference in New Issue
Block a user