Skip to content

Commit 3b6a7f1

Browse files
perf: The pop-up assistant cannot display
1 parent 8a8f9be commit 3b6a7f1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

frontend/src/views/embedded/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</div>
2121
<div class="sqlbot-chat-container">
2222
<chat-component
23-
v-if="!loading && tokenReady"
23+
v-if="!loading"
2424
ref="chatRef"
2525
:welcome="customSet.welcome"
2626
:welcome-desc="customSet.welcome_desc"
@@ -79,7 +79,6 @@ const openHistory = () => {
7979
}) */
8080
const appName = ref('')
8181
const loading = ref(true)
82-
const tokenReady = ref(false)
8382
const eventName = 'sqlbot_assistant_event'
8483
8584
let resolveTokenReady: ((data: any) => any) | null = null

0 commit comments

Comments
 (0)