feat: Adds permission selector in document/collection invite flow (#6948)
* stash * fix: Permissions cleared on collection addition fix: Cannot remove user from document Allow choosing permission in invite flow
This commit is contained in:
@@ -37,7 +37,7 @@ export type Props = {
|
||||
id?: string;
|
||||
name?: string;
|
||||
value?: string | null;
|
||||
label?: string;
|
||||
label?: React.ReactNode;
|
||||
nude?: boolean;
|
||||
ariaLabel: string;
|
||||
short?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user