Merge pull request #2477 from brkcvn/master

Code refactoring for search component
This commit is contained in:
Burak Civan 2022-06-23 14:57:01 +03:00 committed by GitHub
commit a5990aa95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -582,6 +582,8 @@ export default {
if (this.filter_index == 0) { if (this.filter_index == 0) {
this.onChangeSearchAndFilterText(this.defaultPlaceholder, true); this.onChangeSearchAndFilterText(this.defaultPlaceholder, true);
} else {
this.show_icon = false;
} }
this.filter_last_step = 'options'; this.filter_last_step = 'options';