willba-component-library 0.2.51 → 0.2.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 CHANGED
@@ -11234,7 +11234,8 @@ var useFilterBar = function (_a) {
11234
11234
  finally { if (e_2) throw e_2.error; }
11235
11235
  }
11236
11236
  handleSelectedFilter(false);
11237
- if (onSubmit && selectedPath === Pages.ROOMS) {
11237
+ console.log(onSubmit ? 'true' : 'false');
11238
+ if (onSubmit) {
11238
11239
  onSubmit(newParams);
11239
11240
  }
11240
11241
  else {