mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Select: Add menuShouldPortal to a couple that got missed (#37847)
This commit is contained in:
parent
5449f1c1e6
commit
d4098cf098
@ -59,6 +59,7 @@ export class MultiSelectValueEditor<T> extends React.PureComponent<Props<T>, Sta
|
|||||||
const { settings } = item;
|
const { settings } = item;
|
||||||
return (
|
return (
|
||||||
<MultiSelect<T>
|
<MultiSelect<T>
|
||||||
|
menuShouldPortal
|
||||||
isLoading={isLoading}
|
isLoading={isLoading}
|
||||||
value={value}
|
value={value}
|
||||||
defaultValue={value}
|
defaultValue={value}
|
||||||
|
@ -62,6 +62,7 @@ export class SelectValueEditor<T> extends React.PureComponent<Props<T>, State<T>
|
|||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<Select<T>
|
<Select<T>
|
||||||
|
menuShouldPortal
|
||||||
isLoading={isLoading}
|
isLoading={isLoading}
|
||||||
value={current}
|
value={current}
|
||||||
defaultValue={value}
|
defaultValue={value}
|
||||||
|
Loading…
Reference in New Issue
Block a user