We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35d520 commit 27b3c3dCopy full SHA for 27b3c3d
1 file changed
lib/public/components/Filters/common/filtersPanelPopover.js
@@ -49,7 +49,7 @@ const filtersToggleContentHeader = (filteringModel) => h('.flex-row.justify-betw
49
{
50
onclick: () => filteringModel.resetFiltering
51
? filteringModel.resetFiltering()
52
- : filteringModel.reset(),
+ : filteringModel.reset(true),
53
disabled: !filteringModel.isAnyFilterActive(),
54
},
55
'Reset all filters',
0 commit comments