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;
|
||||
return (
|
||||
<MultiSelect<T>
|
||||
menuShouldPortal
|
||||
isLoading={isLoading}
|
||||
value={value}
|
||||
defaultValue={value}
|
||||
|
@ -62,6 +62,7 @@ export class SelectValueEditor<T> extends React.PureComponent<Props<T>, State<T>
|
||||
}
|
||||
return (
|
||||
<Select<T>
|
||||
menuShouldPortal
|
||||
isLoading={isLoading}
|
||||
value={current}
|
||||
defaultValue={value}
|
||||
|
Loading…
Reference in New Issue
Block a user