forked from open-webui/open-webui
feat: id added to chat search
This commit is contained in:
parent
3cac26aa03
commit
78f120566f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue