feat: id added to chat search

This commit is contained in:
Timothy J. Baek 2024-01-01 19:25:26 -08:00
parent 3cac26aa03
commit 78f120566f

View file

@ -149,6 +149,7 @@
</div>
<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"
placeholder="Search"
bind:value={search}