mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Select: Portal menu by default (#48176)
* Remove menuShouldPortal from all <Select /> components * fix unit tests * leave menuShouldPortal as an escape hatch * Fix import order
This commit is contained in:
@@ -109,7 +109,6 @@ export default function Browse({ route }: GrafanaRouteComponentProps): ReactElem
|
||||
{/* Sorting */}
|
||||
<div>
|
||||
<Select
|
||||
menuShouldPortal
|
||||
aria-label="Sort Plugins List"
|
||||
width={24}
|
||||
value={sortBy}
|
||||
|
||||
Reference in New Issue
Block a user