mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-27 00:11:01 +02:00
ensure default_assistant passed through
This commit is contained in:
parent
f5adc3063e
commit
ba38dec592
@ -155,6 +155,7 @@ function buildPersonaAPIBody(
|
|||||||
uploaded_image_id,
|
uploaded_image_id,
|
||||||
remove_image,
|
remove_image,
|
||||||
search_start_date,
|
search_start_date,
|
||||||
|
is_default_persona,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ export default async function Page({ params }: { params: { id: string } }) {
|
|||||||
<Card>
|
<Card>
|
||||||
<AssistantEditor
|
<AssistantEditor
|
||||||
{...values}
|
{...values}
|
||||||
|
admin
|
||||||
defaultPublic={false}
|
defaultPublic={false}
|
||||||
redirectType={SuccessfulPersonaUpdateRedirectType.CHAT}
|
redirectType={SuccessfulPersonaUpdateRedirectType.CHAT}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user