@opencxh/ui-kit 3.87.0 → 3.88.0
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2837,7 +2837,6 @@ function Mt({
|
|
|
2837
2837
|
{
|
|
2838
2838
|
size: s,
|
|
2839
2839
|
fullWidth: !0,
|
|
2840
|
-
disabled: n,
|
|
2841
2840
|
value: f.folderId ?? "",
|
|
2842
2841
|
options: x.map((l) => ({ value: l.id, label: l.name })),
|
|
2843
2842
|
placeholder: o ?? "Select a folder",
|
|
@@ -2848,7 +2847,7 @@ function Mt({
|
|
|
2848
2847
|
ue,
|
|
2849
2848
|
{
|
|
2850
2849
|
size: s,
|
|
2851
|
-
disabled: n,
|
|
2850
|
+
disabled: n ?? !1,
|
|
2852
2851
|
value: f.pathTemplate ?? "",
|
|
2853
2852
|
placeholder: u ?? "Sub-path e.g. {yyyy}/{mm}/{dd} (optional)",
|
|
2854
2853
|
onChange: (l) => a?.({ ...f, pathTemplate: l.target.value })
|