mirror of
https://github.com/docmost/docmost.git
synced 2026-08-28 09:17:06 +08:00
chore: migrate to Mantine 9 and React 19 (#2293)
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ export function WorkspaceInviteForm({ onClose }: Props) {
|
||||
defaultValue={UserRole.MEMBER}
|
||||
allowDeselect={false}
|
||||
checkIconPosition="right"
|
||||
onChange={setRole}
|
||||
onChange={(value) => setRole(value)}
|
||||
/>
|
||||
|
||||
<MultiGroupSelect
|
||||
|
||||
Reference in New Issue
Block a user