mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-13 08:12:32 +10:00
fix group
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user