aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/input/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/input/index.tsx')
-rw-r--r--src/components/ui/input/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/input/index.tsx b/src/components/ui/input/index.tsx
index a6d401195..fe8f35607 100644
--- a/src/components/ui/input/index.tsx
+++ b/src/components/ui/input/index.tsx
@@ -42,7 +42,7 @@ interface IProps
42 showPasswordToggle?: boolean; 42 showPasswordToggle?: boolean;
43 data?: IData; 43 data?: IData;
44 inputClassName?: string; 44 inputClassName?: string;
45 onEnterKey?: () => {}; 45 onEnterKey?: () => void;
46} 46}
47 47
48interface IState { 48interface IState {