mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
searchbar: code quality
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
lastQuery: ''
|
||||
};
|
||||
},
|
||||
computed:{
|
||||
computed: {
|
||||
searchTypesPlaceholder() {
|
||||
if (!this.searchsettings.types.length) {
|
||||
return Object.values(this.typeLabels).join(' / ');
|
||||
|
||||
Reference in New Issue
Block a user