@abgov/jsonforms-components 1.31.0 → 1.31.1
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.esm.js +4 -4
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -4271,10 +4271,10 @@ const EnumSelect = props => {
|
|
|
4271
4271
|
registerCtx === null || registerCtx === void 0 ? void 0 : registerCtx.fetchRegisterByUrl(registerConfig);
|
|
4272
4272
|
}
|
|
4273
4273
|
}, [registerCtx, registerConfig]);
|
|
4274
|
-
return jsx(
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4274
|
+
return jsx("div", {
|
|
4275
|
+
children: error.length > 0 ? callout({
|
|
4276
|
+
message: error
|
|
4277
|
+
}) : jsx(GoADropdown, Object.assign({
|
|
4278
4278
|
name: `${label}`,
|
|
4279
4279
|
value: data,
|
|
4280
4280
|
disabled: !enabled,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Government of Alberta - React renderers for JSON Forms based on the design system.",
|
|
6
6
|
"repository": "https://github.com/GovAlta/adsp-monorepo",
|