Compare commits

...

1 Commits

Author SHA1 Message Date
Git'Fellow
4128c9f0cf fix(search): Refactor emptyContentMessage logic
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2026-01-21 18:06:08 +01:00

View File

@@ -343,7 +343,7 @@ export default defineComponent({
},
emptyContentMessage() {
if (this.searching && this.hasNoResults) {
if (this.searching) {
return t('core', 'Searching ')
}