aefis-core-ui 2.2.0-rc1 → 2.2.1-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.
@@ -6816,7 +6816,9 @@ DataTable.propTypes = {
6816
6816
  getRowId: PropTypes.func
6817
6817
  };
6818
6818
 
6819
- const options = {};
6819
+ const options = {
6820
+ arrayFormat: "index"
6821
+ };
6820
6822
  const setQueryStringWithoutPageReload = qsValue => {
6821
6823
  const {
6822
6824
  protocol,