@pnkx-lib/ui 1.9.483 → 1.9.486
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/es/ui/index.js +2 -11
- package/package.json +1 -1
package/es/ui/index.js
CHANGED
|
@@ -132409,7 +132409,7 @@ const ActionRowTable = ({
|
|
|
132409
132409
|
}
|
|
132410
132410
|
) });
|
|
132411
132411
|
case TypeActionRowTable.EDIT_FORM:
|
|
132412
|
-
return /* @__PURE__ */ jsxs("div", { children: [
|
|
132412
|
+
return /* @__PURE__ */ jsxs("div", { className: "flex items-center", children: [
|
|
132413
132413
|
/* @__PURE__ */ jsx(
|
|
132414
132414
|
libExports.Popconfirm,
|
|
132415
132415
|
{
|
|
@@ -132420,16 +132420,7 @@ const ActionRowTable = ({
|
|
|
132420
132420
|
children: /* @__PURE__ */ jsx(Button$1, { className: "!px-0", type: "link", danger: true, children: "Hủy bỏ" })
|
|
132421
132421
|
}
|
|
132422
132422
|
),
|
|
132423
|
-
/* @__PURE__ */ jsx(
|
|
132424
|
-
Button$1,
|
|
132425
|
-
{
|
|
132426
|
-
type: "link",
|
|
132427
|
-
color: "primary",
|
|
132428
|
-
className: "!px-0",
|
|
132429
|
-
onClick: onSubmit,
|
|
132430
|
-
children: "Lưu"
|
|
132431
|
-
}
|
|
132432
|
-
)
|
|
132423
|
+
/* @__PURE__ */ jsx(Button$1, { type: "link", color: "primary", onClick: onSubmit, children: "Lưu" })
|
|
132433
132424
|
] });
|
|
132434
132425
|
}
|
|
132435
132426
|
};
|