@abgov/jsonforms-components 2.45.0 → 2.45.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 +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -11373,7 +11373,7 @@ class ListWithDetailControl extends React.Component {
|
|
|
11373
11373
|
currentListPage: this.state.currentListPage,
|
|
11374
11374
|
listTitle: listTitle
|
|
11375
11375
|
}, additionalProps))
|
|
11376
|
-
}),
|
|
11376
|
+
}), !showSecondaryButton && jsx(ObjectArrayToolBar, {
|
|
11377
11377
|
data: data,
|
|
11378
11378
|
errors: errors,
|
|
11379
11379
|
label: label,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "2.45.
|
|
3
|
+
"version": "2.45.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",
|