@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.
Files changed (2) hide show
  1. package/es/ui/index.js +1 -2
  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 = false
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: "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.331",
4
+ "version": "1.9.332",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",