mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
chore: remove debug ui elements
This commit is contained in:
parent
220a4bb535
commit
3fa6c41303
1 changed files with 0 additions and 10 deletions
|
|
@ -250,16 +250,6 @@
|
|||
? ''
|
||||
: 'invisible'}"
|
||||
>
|
||||
<h1 class="text-red-400 text-bold text-xl">
|
||||
Chats loaded: {$chats.length}
|
||||
</h1>
|
||||
|
||||
<h1 class="text-red-400 text-bold text-xl">
|
||||
Pagination Enabled: {$scrollPaginationEnabled}
|
||||
</h1>
|
||||
<h1 class="text-red-400 text-bold text-xl">
|
||||
Final Page Reached: {chatPagniationComplete}
|
||||
</h1>
|
||||
<div class="px-2.5 flex justify-between space-x-1 text-gray-600 dark:text-gray-400">
|
||||
<a
|
||||
id="sidebar-new-chat-button"
|
||||
|
|
|
|||
Loading…
Reference in a new issue