mig-schema-table 3.0.104 → 3.0.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -572,7 +572,10 @@ function SchemaTable({ Heading = VariableSizeList, checkedIndexes, config, custo
|
|
|
572
572
|
]);
|
|
573
573
|
const onClearFiltersButtonClick = React.useCallback(() => {
|
|
574
574
|
if (useFilterStateHash) {
|
|
575
|
-
window.location.hash =
|
|
575
|
+
window.location.hash = serializeLocationHash({
|
|
576
|
+
columnFilterMap: {},
|
|
577
|
+
searchQuery: "",
|
|
578
|
+
});
|
|
576
579
|
return;
|
|
577
580
|
}
|
|
578
581
|
setColumnFilterMap({});
|