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