@dartech/arsenal-ui 1.4.37 → 1.4.38
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +2 -3
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1259,9 +1259,8 @@ const ControlAceEditor = /*#__PURE__*/forwardRef((_a, ref) => {
|
|
1259
1259
|
},
|
1260
1260
|
readOnly: readOnly,
|
1261
1261
|
value: safeValue,
|
1262
|
-
onChange: handleChange
|
1263
|
-
|
1264
|
-
extentions: extensions[mode]
|
1262
|
+
onChange: handleChange,
|
1263
|
+
extensions: mode === 'text' ? [] : extensions[mode]
|
1265
1264
|
}, otherProps)), error && !hideErrorMessage && jsx(FormHelperText, Object.assign({
|
1266
1265
|
variant: "standard",
|
1267
1266
|
error: true
|