@civicactions/cmsds-open-data-components 1.6.0-alpha.6 → 1.6.0-alpha.7
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.
|
@@ -247,9 +247,7 @@ var DatasetSearch = function DatasetSearch(_ref) {
|
|
|
247
247
|
onChange: function onChange(e) {
|
|
248
248
|
return setSort(e.target.value);
|
|
249
249
|
}
|
|
250
|
-
})
|
|
251
|
-
className: "ds-u-padding--2 ds-u-margin-bottom--4 ds-u-border--1"
|
|
252
|
-
}, /*#__PURE__*/_react["default"].createElement(_designSystem.Dropdown, {
|
|
250
|
+
}), /*#__PURE__*/_react["default"].createElement(_designSystem.Dropdown, {
|
|
253
251
|
options: [{
|
|
254
252
|
label: "Ascending",
|
|
255
253
|
value: "asc"
|
package/package.json
CHANGED