mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
k (#2721)
This commit is contained in:
parent
a0124e4e50
commit
3ef72b8d1a
@ -175,7 +175,7 @@ export function PersonasTable({
|
||||
</div>,
|
||||
<div key="edit" className="flex">
|
||||
<div className="mr-auto my-auto">
|
||||
{!persona.is_default_persona && isEditable ? (
|
||||
{!persona.builtin_persona && isEditable ? (
|
||||
<div
|
||||
className="hover:bg-hover rounded p-1 cursor-pointer"
|
||||
onClick={async () => {
|
||||
|
@ -49,7 +49,7 @@ export const IsPublicGroupSelector = <T extends IsPublicGroupSelectorFormType>({
|
||||
setShouldHideContent(false);
|
||||
}
|
||||
}
|
||||
}, [user, userGroups, formikProps, isPaidEnterpriseFeaturesEnabled]);
|
||||
}, [user, userGroups, isPaidEnterpriseFeaturesEnabled]);
|
||||
|
||||
if (isLoadingUser || userGroupsIsLoading) {
|
||||
return <div>Loading...</div>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user