diff --git a/public/app/core/components/Picker/SimplePicker.tsx b/public/app/core/components/Picker/SimplePicker.tsx index 4d127b7d82f..b0251d61a69 100644 --- a/public/app/core/components/Picker/SimplePicker.tsx +++ b/public/app/core/components/Picker/SimplePicker.tsx @@ -11,7 +11,7 @@ interface Props { onSelected: (item: any) => {} | void; options: any[]; placeholder?: string; - width: number; + width?: number; value: any; } @@ -29,7 +29,7 @@ const SimplePicker: SFC = ({ return (