@agilemotion/oui-react-js 1.8.73 → 1.8.74

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.
@@ -777,7 +777,7 @@ const DataGrid = exports.DataGrid = /*#__PURE__*/_react.default.memo(/*#__PURE__
777
777
  }, getTileLabel(row)));
778
778
  }
779
779
  function renderTiles() {
780
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, stableSort(rows, getSorting(order, orderBy)).map((row, index) => {
780
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, rows.map((row, index) => {
781
781
  const isItemSelected = isSelected(row.id);
782
782
  const labelId = "enhanced-table-checkbox-".concat(index);
783
783
  row.index = index;
@@ -50,6 +50,7 @@ const SelectItemComponent = props => {
50
50
  if (initialValue.current) {
51
51
  setValue(initialValue.current.id);
52
52
  }
53
+ optionsLoaded.current = true;
53
54
  }
54
55
  }, [base.selectOptions]);
55
56
  _react.default.useEffect(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilemotion/oui-react-js",
3
- "version": "1.8.73",
3
+ "version": "1.8.74",
4
4
  "description": "AgileMotion React UI Component Library - A comprehensive collection of dashboard components, forms, media controls, and more",
5
5
  "license": "ISC",
6
6
  "author": "",