willba-component-library 0.0.68 → 0.0.69
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.umd.js +1 -3
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/rollup.config.mjs +8 -7
package/lib/index.umd.js
CHANGED
|
@@ -7991,9 +7991,7 @@
|
|
|
7991
7991
|
}
|
|
7992
7992
|
}
|
|
7993
7993
|
var url = "http://localhost:4000/en/events/?".concat(queryParams.toString());
|
|
7994
|
-
|
|
7995
|
-
window.location.href = url;
|
|
7996
|
-
}
|
|
7994
|
+
window.location.href = url;
|
|
7997
7995
|
handleSelectedFilter(false);
|
|
7998
7996
|
};
|
|
7999
7997
|
return {
|