add logic for selecting multiple groups, API does not support this yet
This commit is contained in:
parent
d8c491123a
commit
0b106cb559
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ type Group = GroupRepresentation & {
|
||||||
checked?: boolean;
|
checked?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
type Group = GroupRepresentation & {
|
||||||
|
checked?: boolean;
|
||||||
|
};
|
||||||
|
|
||||||
export const JoinGroupDialog = ({
|
export const JoinGroupDialog = ({
|
||||||
onClose,
|
onClose,
|
||||||
open,
|
open,
|
||||||
|
|
Loading…
Reference in a new issue