@pnkx-lib/ui 1.9.339 → 1.9.340
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/UploadComponent.js +1 -0
- package/package.json +1 -1
package/es/ui/UploadComponent.js
CHANGED
|
@@ -50,6 +50,7 @@ const UploadComponent = ({
|
|
|
50
50
|
/* @__PURE__ */ jsx(Tooltip, { title: "Xóa ảnh", children: /* @__PURE__ */ jsx(
|
|
51
51
|
"button",
|
|
52
52
|
{
|
|
53
|
+
type: "button",
|
|
53
54
|
onClick: handleRemoveImage,
|
|
54
55
|
className: "absolute top-1 right-1 w-6 h-6 flex items-center justify-center bg-white cursor-pointer bg-opacity-80 rounded-full hover:bg-opacity-100 transition",
|
|
55
56
|
children: /* @__PURE__ */ jsx(RefIcon, { className: "text-black text-[12px]" })
|