@scenid/react-formulator 2.2.3 → 2.2.4
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.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -54828,7 +54828,7 @@ var FormRepeaterGrid = function FormRepeaterGrid(_ref) {
|
|
|
54828
54828
|
selected: selected,
|
|
54829
54829
|
disabled: disabled
|
|
54830
54830
|
};
|
|
54831
|
-
}),
|
|
54831
|
+
}), 1);
|
|
54832
54832
|
}, [options, entries, blockedOptions]);
|
|
54833
54833
|
return /*#__PURE__*/React__default["default"].createElement(material.Box, {
|
|
54834
54834
|
width: "100%"
|
package/dist/index.esm.js
CHANGED
|
@@ -54815,7 +54815,7 @@ var FormRepeaterGrid = function FormRepeaterGrid(_ref) {
|
|
|
54815
54815
|
selected: selected,
|
|
54816
54816
|
disabled: disabled
|
|
54817
54817
|
};
|
|
54818
|
-
}),
|
|
54818
|
+
}), 1);
|
|
54819
54819
|
}, [options, entries, blockedOptions]);
|
|
54820
54820
|
return /*#__PURE__*/React.createElement(Box, {
|
|
54821
54821
|
width: "100%"
|