@quillsql/react 2.14.9 → 2.14.10

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.
@@ -717,7 +717,7 @@ const useDashboardReport = (reportId) => {
717
717
  client,
718
718
  tenants,
719
719
  flags,
720
- filters,
720
+ filters: filters.map(Filter_1.convertCustomFilter),
721
721
  getToken,
722
722
  });
723
723
  if (error) {
@@ -709,7 +709,7 @@ export const useDashboardReport = (reportId) => {
709
709
  client,
710
710
  tenants,
711
711
  flags,
712
- filters,
712
+ filters: filters.map(convertCustomFilter),
713
713
  getToken,
714
714
  });
715
715
  if (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillsql/react",
3
- "version": "2.14.9",
3
+ "version": "2.14.10",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/esm/index.js",