We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8f9be commit 3b6a7f1Copy full SHA for 3b6a7f1
1 file changed
frontend/src/views/embedded/index.vue
@@ -20,7 +20,7 @@
20
</div>
21
<div class="sqlbot-chat-container">
22
<chat-component
23
- v-if="!loading && tokenReady"
+ v-if="!loading"
24
ref="chatRef"
25
:welcome="customSet.welcome"
26
:welcome-desc="customSet.welcome_desc"
@@ -79,7 +79,6 @@ const openHistory = () => {
79
}) */
80
const appName = ref('')
81
const loading = ref(true)
82
-const tokenReady = ref(false)
83
const eventName = 'sqlbot_assistant_event'
84
85
let resolveTokenReady: ((data: any) => any) | null = null
0 commit comments