Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(Indexing info): Showing indexing info panel when indexing is in p…
…rocess
  • Loading branch information
wadhia-yash committed Jul 22, 2024
commit fcd30c80c89b58f2d9f783136685d5596720dbcf
2 changes: 1 addition & 1 deletion web/src/lib/components/chat/ChatIntroduction.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</div>
</div>
<div class="lg:col-span-3 lg:mt-6">
{#if agentIsDataSourceIndexed}
{#if !agentIsDataSourceIndexed}
<div class="overflow-hidden rounded-xl border dark:border-gray-800">
<div class="flex p-3">
<div
Expand Down