@dartech/arsenal-ui 1.4.53 → 1.4.54
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -5962,7 +5962,8 @@ const CreatePropertyFormFields = /*#__PURE__*/memo(({
|
|
5962
5962
|
control: control,
|
5963
5963
|
name: `${propertyFieldName}.uiSettings`,
|
5964
5964
|
label: "UI Settings",
|
5965
|
-
validateJson: true
|
5965
|
+
validateJson: true,
|
5966
|
+
parseValue: true
|
5966
5967
|
})
|
5967
5968
|
}), jsxs(Grid, {
|
5968
5969
|
children: [jsx(ControlCheckbox, {
|