mirror of
https://github.com/open-webui/open-webui
synced 2025-01-30 14:29:55 +00:00
feat: id added to chat search
This commit is contained in:
parent
3cac26aa03
commit
78f120566f
@ -149,6 +149,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
|
id="chat-search-input"
|
||||||
class="w-full rounded-r py-1.5 pl-2.5 pr-4 text-sm text-gray-300 bg-gray-950 outline-none"
|
class="w-full rounded-r py-1.5 pl-2.5 pr-4 text-sm text-gray-300 bg-gray-950 outline-none"
|
||||||
placeholder="Search"
|
placeholder="Search"
|
||||||
bind:value={search}
|
bind:value={search}
|
||||||
|
Loading…
Reference in New Issue
Block a user