fix(mobile): avoid list view crash when standard filters are not initialized
This commit is contained in:
parent
48e52e152b
commit
3c4d988ddc
1 changed files with 1 additions and 1 deletions
|
|
@ -649,7 +649,7 @@ class FilterArea {
|
|||
setup_mobile(list_view) {
|
||||
const me = this;
|
||||
this.standard_filters_visible = false;
|
||||
this.standard_filters_wrapper.hide();
|
||||
this.standard_filters_wrapper?.hide();
|
||||
this.list_view.page.page_form.css("justify-content", "flex-end");
|
||||
$(`<button class="filter-toggle btn btn-default btn-sm filter-button">
|
||||
<span class="filter-icon button-icon">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue