From 72b9f78e14becd02c383e2670c07079364f16597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 8 Feb 2020 11:49:14 +0100 Subject: [PATCH] Select: Fixed allow custom value in Select/UnitPicker/Segment/AsyncSegment (#22018) --- packages/grafana-ui/src/components/Select/Select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Select/Select.tsx b/packages/grafana-ui/src/components/Select/Select.tsx index 8edd3dd2b5d..e59032b6d1d 100644 --- a/packages/grafana-ui/src/components/Select/Select.tsx +++ b/packages/grafana-ui/src/components/Select/Select.tsx @@ -6,7 +6,7 @@ import React, { PureComponent } from 'react'; // @ts-ignore import { default as ReactSelect } from '@torkelo/react-select'; // @ts-ignore -import Creatable from '@torkelo/react-select'; +import Creatable from '@torkelo/react-select/creatable'; // @ts-ignore import { CreatableProps } from 'react-select'; // @ts-ignore