mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
@@ -63,7 +63,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
searchSuggestions () {
|
||||
if (this.searchText?.length === 0) {
|
||||
if (this.searchText.length === 0) {
|
||||
return this.actualSuggestions
|
||||
} else {
|
||||
return [this.searchText].concat(this.actualSuggestions)
|
||||
|
||||
Reference in New Issue
Block a user