@datawheel/data-explorer 0.3.19 → 0.3.20
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/dist/main.mjs +1 -2
- package/package.json +1 -1
package/dist/main.mjs
CHANGED
|
@@ -860,7 +860,6 @@ function requestToQueryParams(cube, search) {
|
|
|
860
860
|
return buildMeasure(measureOlap ? { ...measureOlap, active: true } : { name: name4, active: true });
|
|
861
861
|
});
|
|
862
862
|
const filters = getList(search, "filters", ",").map(filterParse);
|
|
863
|
-
console.log(filters, "ACA");
|
|
864
863
|
const [limit = "0", offset = "0"] = (search.get("limit") || "0").split(",");
|
|
865
864
|
const [sortKey, sortDir] = (search.get("sort") || "").split(".");
|
|
866
865
|
return {
|
|
@@ -7779,7 +7778,7 @@ function VizbuilderView(props) {
|
|
|
7779
7778
|
data: ((_a = query.data) == null ? void 0 : _a.data) || [],
|
|
7780
7779
|
locale: params.locale || "en"
|
|
7781
7780
|
};
|
|
7782
|
-
}, [cube, result, params.locale]);
|
|
7781
|
+
}, [cube, result, params.locale, query]);
|
|
7783
7782
|
return !query.isLoading && /* @__PURE__ */ React19__default.createElement(
|
|
7784
7783
|
Vizbuilder,
|
|
7785
7784
|
{
|