willba-component-library 0.1.51 → 0.1.52
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.
- package/lib/index.esm.js +0 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +0 -1
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/FilterBar/FilterBar.stories.tsx +1 -1
- package/src/components/FilterBar/hooks/useFilterBar.tsx +0 -1
package/lib/index.esm.js
CHANGED
|
@@ -4041,7 +4041,6 @@ var useFilterBar = function (_a) {
|
|
|
4041
4041
|
finally { if (e_3) throw e_3.error; }
|
|
4042
4042
|
}
|
|
4043
4043
|
handleSelectedFilter(false);
|
|
4044
|
-
console.log(onSubmit ? 'eeee' : 'tttt');
|
|
4045
4044
|
return onSubmit
|
|
4046
4045
|
? onSubmit(newParams)
|
|
4047
4046
|
: (window.location.href = "".concat(redirectUrl, "/").concat(selectedPath).concat(querySearchParams ? "?".concat(querySearchParams.toString()) : ''));
|