spotlight functions indexing

This commit is contained in:
Čarodej
2021-12-14 17:14:02 +01:00
parent 342d07126a
commit 86eee2f533
10 changed files with 138 additions and 26 deletions

View File

@@ -124,7 +124,7 @@
},
timeStamp() {
return this.entry.data.attributes.deleted_at
? this.$t('entry_thumbnail.deleted_at', {time: this.entry.data.attributes.deleted_at})
? this.$t('item_thumbnail.deleted_at', {time: this.entry.data.attributes.deleted_at})
: this.entry.data.attributes.created_at
},
canEditName() {