diff --git a/app/components/Input/index.tsx b/app/components/Input/index.tsx index 04f86a826..9e28e886a 100644 --- a/app/components/Input/index.tsx +++ b/app/components/Input/index.tsx @@ -57,7 +57,7 @@ export default function Input(props: CommonInputProps & InputProps) { return (
(props: SearchProps) => { className={selectClassName} >
diff --git a/app/components/Switch/index.tsx b/app/components/Switch/index.tsx index 5f88c3f43..395e58bb8 100644 --- a/app/components/Switch/index.tsx +++ b/app/components/Switch/index.tsx @@ -15,7 +15,7 @@ export default function Switch(props: SwitchProps) {