fix: hide clear-filter by default

This commit is contained in:
Shivam Mishra 2019-10-30 11:08:13 +05:30
parent 9bbd627db8
commit 8334845627

View file

@ -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>