fix group

This commit is contained in:
Philipinho
2024-04-07 20:18:04 +01:00
parent 5ee74d49d7
commit e1bd8fda1a
5 changed files with 100 additions and 16 deletions

View File

@ -69,7 +69,10 @@ export function CreateGroupForm() {
{...form.getInputProps("description")}
/>
<MultiUserSelect onChange={handleMultiSelectChange} />
<MultiUserSelect
label={"Add group members"}
onChange={handleMultiSelectChange}
/>
</Stack>
<Group justify="flex-end" mt="md">