add logic for selecting multiple groups, API does not support this yet

This commit is contained in:
jenny-s51 2021-04-06 15:42:51 -04:00
parent d8c491123a
commit 0b106cb559

View file

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