searchbar: code quality

This commit is contained in:
chfhtw
2025-07-31 15:20:05 +02:00
parent 25da0d6865
commit 7755e2c7a6
+1 -1
View File
@@ -47,7 +47,7 @@ export default {
lastQuery: ''
};
},
computed:{
computed: {
searchTypesPlaceholder() {
if (!this.searchsettings.types.length) {
return Object.values(this.typeLabels).join(' / ');