mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-24 03:14:08 +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
|
|
@ -14,7 +14,7 @@ export default function PublicSharingToggle({
|
|||
resourceType = ResourceType.AGENT,
|
||||
}: {
|
||||
isPublic: boolean;
|
||||
publicRole: AccessRoleIds;
|
||||
publicRole?: AccessRoleIds;
|
||||
onPublicToggle: (isPublic: boolean) => void;
|
||||
onPublicRoleChange: (role: AccessRoleIds) => void;
|
||||
resourceType?: ResourceType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue