Skip to content

Commit 5a792a0

Browse files
author
Mishig
authored
[Assistants] Show/enable UI for filtering (#901)
1 parent 4dbcbb6 commit 5a792a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/assistants/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
{/if}
163163
{/if}
164164
<div
165-
class="relative ml-auto flex hidden h-[30px] w-40 items-center rounded-full border px-2 has-[:focus]:border-gray-400 sm:w-64 dark:border-gray-600"
165+
class="relative ml-auto flex h-[30px] w-40 items-center rounded-full border px-2 has-[:focus]:border-gray-400 sm:w-64 dark:border-gray-600"
166166
>
167167
<CarbonSearch class="pointer-events-none absolute left-2 text-xs text-gray-400" />
168168
<input

0 commit comments

Comments
 (0)