last lint

This commit is contained in:
Ulf Gebhardt 2023-04-25 04:41:43 +02:00
parent 23588c02ec
commit c88cbdc9d8
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -84,7 +84,7 @@ export default {
},
computed: {
emptyText() {
return !this.loading && this.isSearchable()
return !this.loading && this.isSearchable()
? this.$t('search.failed')
: this.$t('search.hint')
},