valid props (#3186)

This commit is contained in:
pablodanswer
2024-11-20 17:13:54 -08:00
committed by GitHub
parent 049091eb01
commit c875a4774f
2 changed files with 1 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ export default async function Page(props: { params: Promise<{ id: string }> }) {
<CardSection>
<AssistantEditor
{...values}
admin
defaultPublic={true}
redirectType={SuccessfulPersonaUpdateRedirectType.ADMIN}
/>

View File

@@ -28,7 +28,6 @@ export default async function Page(props: { params: Promise<{ id: string }> }) {
<CardSection>
<AssistantEditor
{...values}
admin
defaultPublic={false}
redirectType={SuccessfulPersonaUpdateRedirectType.CHAT}
/>