mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
Select: Fixed allow custom value in Select/UnitPicker/Segment/AsyncSegment (#22018)
This commit is contained in:
parent
d0470409d6
commit
72b9f78e14
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user