@firecms/user_management 3.0.0-canary.150 → 3.0.0-canary.152
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/dist/index.umd.js
CHANGED
@@ -796,6 +796,7 @@
|
|
796
796
|
ui.Select,
|
797
797
|
{
|
798
798
|
error: touched.config && Boolean(errors.config),
|
799
|
+
size: "large",
|
799
800
|
id: "createCollections",
|
800
801
|
name: "createCollections",
|
801
802
|
label: "Create collections",
|
@@ -828,6 +829,7 @@
|
|
828
829
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
829
830
|
ui.Select,
|
830
831
|
{
|
832
|
+
size: "large",
|
831
833
|
error: touched.config && Boolean(errors.config),
|
832
834
|
id: "editCollections",
|
833
835
|
name: "editCollections",
|
@@ -868,6 +870,7 @@
|
|
868
870
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
869
871
|
ui.Select,
|
870
872
|
{
|
873
|
+
size: "large",
|
871
874
|
error: touched.config && Boolean(errors.config),
|
872
875
|
id: "deleteCollections",
|
873
876
|
name: "deleteCollections",
|