cfixcheckbox select bug

This commit is contained in:
jenny-s51 2021-04-15 11:32:19 -04:00
parent 0b106cb559
commit 559bf1ccee

View file

@ -39,10 +39,6 @@ type Group = GroupRepresentation & {
checked?: boolean;
};
type Group = GroupRepresentation & {
checked?: boolean;
};
export const JoinGroupDialog = ({
onClose,
open,