diff --git a/src/components/home/CallFavouritesDialog.tsx b/src/components/home/CallFavouritesDialog.tsx index 6173d05..df25dff 100644 --- a/src/components/home/CallFavouritesDialog.tsx +++ b/src/components/home/CallFavouritesDialog.tsx @@ -49,6 +49,10 @@ const CallFavouritesDialog: React.FC = ({ } }; + const handleGroupChange = () => { + setCheckedUuids([]); + }; + const favoritesUuids = useAppSelector(selectFavorites); const teamUuids = useAppSelector(selectTeam); @@ -62,7 +66,7 @@ const CallFavouritesDialog: React.FC = ({ Select who to call: - + = ({ // eslint-disable-next-line @typescript-eslint/no-explicit-any onChange={(e: any) => { handleCheck(member.uuid, e.target.checked); - console.log(checkedUuids); }} control={