diff --git a/frontend/src/views/chat/index.vue b/frontend/src/views/chat/index.vue index 8ca3e41ba..702373bec 100644 --- a/frontend/src/views/chat/index.vue +++ b/frontend/src/views/chat/index.vue @@ -16,7 +16,7 @@ v-model:current-chat-id="currentChatId" v-model:current-chat="currentChat" v-model:loading="loading" - :in-popover="!chatListSideBarShow" + in-popover :appName="customName" @go-empty="goEmpty" @on-chat-created="onChatCreated"