@pnkx-lib/ui 1.9.331 → 1.9.332
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 -2
- package/package.json +1 -1
package/es/ui/index.js
CHANGED
|
@@ -779,7 +779,7 @@ const BulkActions = ({
|
|
|
779
779
|
handleRestore,
|
|
780
780
|
status,
|
|
781
781
|
typeBulkaction,
|
|
782
|
-
isApproved
|
|
782
|
+
isApproved
|
|
783
783
|
// Chỉ sử dụng khi là danh sách icon
|
|
784
784
|
}) => {
|
|
785
785
|
//! State
|
|
@@ -897,7 +897,6 @@ const BulkActions = ({
|
|
|
897
897
|
showTitle: true
|
|
898
898
|
}
|
|
899
899
|
];
|
|
900
|
-
console.log("listIcon", listIcon);
|
|
901
900
|
const { open, shouldRender, toggle } = useToggle();
|
|
902
901
|
const [notifyContent, setNotifyContent] = useState({
|
|
903
902
|
title: "",
|