Skip to content

Commit 37a1d66

Browse files
committed
fix(byok): use ui Input for search bar to match other settings pages
1 parent 5a5bf5c commit 37a1d66

File tree

1 file changed

+2
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/settings/components/byok

1 file changed

+2
-1
lines changed

apps/sim/app/workspace/[workspaceId]/settings/components/byok/byok.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import {
3030
PerplexityIcon,
3131
SerperIcon,
3232
} from '@/components/icons'
33+
import { Input } from '@/components/ui'
3334
import { BYOKKeySkeleton } from '@/app/workspace/[workspaceId]/settings/components/byok/byok-skeleton'
3435
import {
3536
type BYOKKey,
@@ -238,7 +239,7 @@ export function BYOK() {
238239
className='h-[14px] w-[14px] flex-shrink-0 text-[var(--text-tertiary)]'
239240
strokeWidth={2}
240241
/>
241-
<EmcnInput
242+
<Input
242243
placeholder='Search providers...'
243244
value={searchTerm}
244245
onChange={(e) => setSearchTerm(e.target.value)}

0 commit comments

Comments
 (0)