Browse Source

feat: id added to chat search

Timothy J. Baek 1 year ago
parent
commit
78f120566f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/components/layout/Sidebar.svelte

+ 1 - 0
src/lib/components/layout/Sidebar.svelte

@@ -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}