@civicactions/cmsds-open-data-components 4.0.1-alpha.1 → 4.0.1
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.js +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3238,7 +3238,7 @@ const $6f4318b1e14124e5$var$FilterDataset = ()=>{
|
|
|
3238
3238
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("span", {
|
|
3239
3239
|
children: [
|
|
3240
3240
|
/*#__PURE__*/ (0, $hgUW1$jsx)("span", {
|
|
3241
|
-
className: "dataset-toolbar-button-label",
|
|
3241
|
+
className: "dkan-dataset-toolbar-button-label",
|
|
3242
3242
|
children: conditions.length > 0 ? `Edit Filters` : "Filter Dataset"
|
|
3243
3243
|
}),
|
|
3244
3244
|
conditions.length > 0 && ` (${conditions.length})`
|