code refactoring for search component

This commit is contained in:
Burak Civan 2022-06-23 14:56:31 +03:00
parent 248f760f3d
commit cda1664ab2

View File

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