api resource refactoring part 3

This commit is contained in:
Peter Papp
2021-08-27 11:01:44 +02:00
parent 174f2a2c1f
commit d299183ecd
16 changed files with 101 additions and 91 deletions

View File

@@ -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