This commit is contained in:
2024-10-03 13:48:09 +05:30
parent cfd811708a
commit c51ae9081f
4 changed files with 56 additions and 16 deletions

View File

@@ -75,7 +75,7 @@ const NormalTable = ({
textTransform={"none"}
>
<Checkbox
isChecked={selectedRadio.length === data.length}
isChecked={selectedRadio?.length === data?.length}
onChange={handleCheckAllChange}
colorScheme="forestGreen"