fix: hide clear-filter by default
This commit is contained in:
parent
9bbd627db8
commit
8334845627
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ frappe.ui.FilterGroup = class {
|
|||
<div class="active-tag-filters">
|
||||
<button class="btn btn-default btn-xs filter-button text-muted add-filter">
|
||||
${__("Add Filter")}
|
||||
</button><button class="btn btn-default btn-xs filter-button text-muted clear-filters">
|
||||
</button><button class="btn btn-default btn-xs filter-button text-muted clear-filters" style="display: none;">
|
||||
${__("Clear Filters")}
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue