Skip to content

Commit 1aa9dc9

Browse files
committed
fix(settings): use emcn Input for file input in general settings
1 parent 37a1d66 commit 1aa9dc9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { useRouter } from 'next/navigation'
88
import {
99
Button,
1010
Combobox,
11+
Input,
1112
Label,
1213
Modal,
1314
ModalBody,
@@ -16,7 +17,6 @@ import {
1617
ModalHeader,
1718
Switch,
1819
} from '@/components/emcn'
19-
import { Input } from '@/components/ui'
2020
import { signOut, useSession } from '@/lib/auth/auth-client'
2121
import { ANONYMOUS_USER_ID } from '@/lib/auth/constants'
2222
import { getEnv, isTruthy } from '@/lib/core/config/env'

0 commit comments

Comments
 (0)