aefis-core-ui 2.1.17 → 2.2.0-rc1
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/index.modern.js +1 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -6816,10 +6816,7 @@ DataTable.propTypes = {
|
|
|
6816
6816
|
getRowId: PropTypes.func
|
|
6817
6817
|
};
|
|
6818
6818
|
|
|
6819
|
-
const options = {
|
|
6820
|
-
arrayFormat: "bracket-separator",
|
|
6821
|
-
arrayFormatSeparator: ","
|
|
6822
|
-
};
|
|
6819
|
+
const options = {};
|
|
6823
6820
|
const setQueryStringWithoutPageReload = qsValue => {
|
|
6824
6821
|
const {
|
|
6825
6822
|
protocol,
|