Skip to content

Commit 77faa0f

Browse files
committed
fix(Assistant): After changing the name of the assistant, the upper left corner of the embedded page is updated and should be updated to: Assistant application name
1 parent e12dc6e commit 77faa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/chat/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ const defaultFloatPopoverStyle = ref({
443443
444444
const isCompletePage = computed(() => !assistantStore.getAssistant || assistantStore.getEmbedded)
445445
const customName = computed(() => {
446-
if (props.pageEmbedded) return props.appName
446+
if (!isCompletePage.value && props.pageEmbedded) return props.appName
447447
return ''
448448
})
449449
const { t } = useI18n()

0 commit comments

Comments
 (0)