Merge branch 'rc1_FHC4_C4' into demo-cis40

This commit is contained in:
Harald Bamberger
2025-08-05 16:19:02 +02:00
+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(' / ');