aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/select/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/select/index.tsx')
-rw-r--r--src/components/ui/select/index.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/ui/select/index.tsx b/src/components/ui/select/index.tsx
index ac509aa7c..c3b5314e3 100644
--- a/src/components/ui/select/index.tsx
+++ b/src/components/ui/select/index.tsx
@@ -11,9 +11,9 @@ import injectStyle, { WithStylesProps } from 'react-jss';
11import { Theme } from '../../../themes'; 11import { Theme } from '../../../themes';
12import { IFormField } from '../typings/generic'; 12import { IFormField } from '../typings/generic';
13 13
14import { Error } from '../error'; 14import Error from '../error';
15import { Label } from '../label'; 15import Label from '../label';
16import { Wrapper } from '../wrapper'; 16import Wrapper from '../wrapper';
17 17
18interface IOptions { 18interface IOptions {
19 [index: string]: string; 19 [index: string]: string;