@pnkx-lib/ui 1.9.463 → 1.9.464
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.
|
@@ -11554,6 +11554,7 @@ function GenericUploadModal({
|
|
|
11554
11554
|
onCancel,
|
|
11555
11555
|
onOk: onCancel,
|
|
11556
11556
|
width: 800,
|
|
11557
|
+
centered: true,
|
|
11557
11558
|
children: /* @__PURE__ */ jsx("div", { className: "p-4", children: /* @__PURE__ */ jsx(
|
|
11558
11559
|
Controller,
|
|
11559
11560
|
{
|