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:
@@ -83,13 +83,7 @@ export const ApiKeysForm: FC<Props> = ({ show, onClose, onKeyAdded, disabled })
|
||||
</div>
|
||||
<div className="gf-form">
|
||||
<InlineField label="Role">
|
||||
<Select
|
||||
inputId="role-select"
|
||||
value={role}
|
||||
onChange={onRoleChange}
|
||||
options={ROLE_OPTIONS}
|
||||
menuShouldPortal
|
||||
/>
|
||||
<Select inputId="role-select" value={role} onChange={onRoleChange} options={ROLE_OPTIONS} />
|
||||
</InlineField>
|
||||
</div>
|
||||
<div className="gf-form max-width-21">
|
||||
|
||||
Reference in New Issue
Block a user