@pnkx-lib/ui 1.9.485 → 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 +1 -1
- 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
|
{
|