@compill/admin 1.0.76 → 1.0.77
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
@@ -2307,7 +2307,7 @@ function ItemDeleteDialog(_a) {
|
|
2307
2307
|
scheme: "danger",
|
2308
2308
|
disabled: mutation.isLoading,
|
2309
2309
|
onClick: handleDelete,
|
2310
|
-
children:
|
2310
|
+
children: actionButtonLabel !== null && actionButtonLabel !== void 0 ? actionButtonLabel : "Delete"
|
2311
2311
|
})]
|
2312
2312
|
}), mutation.isLoading && jsxRuntime.jsx(components.ModalLoadingOverlay, {})]
|
2313
2313
|
}));
|
package/index.esm.js
CHANGED
@@ -2297,7 +2297,7 @@ function ItemDeleteDialog(_a) {
|
|
2297
2297
|
scheme: "danger",
|
2298
2298
|
disabled: mutation.isLoading,
|
2299
2299
|
onClick: handleDelete,
|
2300
|
-
children:
|
2300
|
+
children: actionButtonLabel !== null && actionButtonLabel !== void 0 ? actionButtonLabel : "Delete"
|
2301
2301
|
})]
|
2302
2302
|
}), mutation.isLoading && jsx(ModalLoadingOverlay, {})]
|
2303
2303
|
}));
|