@dartech/arsenal-ui 1.3.23 → 1.3.24
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -4791,7 +4791,7 @@ const CreatePropertiesList = ({
|
|
4791
4791
|
}, {
|
4792
4792
|
children: error.message
|
4793
4793
|
}))
|
4794
|
-
})), properties && properties.map((property, index) => jsx(Grid$1, Object.assign({
|
4794
|
+
})), Array.isArray(properties) && properties.map((property, index) => jsx(Grid$1, Object.assign({
|
4795
4795
|
sm: 12,
|
4796
4796
|
ref: ref => refs.current[index] = ref
|
4797
4797
|
}, {
|