mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-28 05:06:13 +01:00
chore: add missing default role schema values for people picker perms, cleanup typing
This commit is contained in:
parent
82047d9416
commit
02976bc23d
11 changed files with 47 additions and 69 deletions
|
|
@ -36,7 +36,7 @@ export default function GenericGrantAccessDialog({
|
|||
resourceId?: string | null;
|
||||
resourceName?: string;
|
||||
resourceType: ResourceType;
|
||||
onGrantAccess?: (shares: TPrincipal[], isPublic: boolean, publicRole: AccessRoleIds) => void;
|
||||
onGrantAccess?: (shares: TPrincipal[], isPublic: boolean, publicRole?: AccessRoleIds) => void;
|
||||
disabled?: boolean;
|
||||
children?: React.ReactNode;
|
||||
}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue