mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 10:24:54 -06:00
RowOptions: Fix enter key updating row options (#34586)
This commit is contained in:
parent
0afc4c0361
commit
888683a8ad
@ -34,7 +34,7 @@ export const RowOptionsForm: FC<Props> = ({ repeat, title, onUpdate, onCancel })
|
||||
</Field>
|
||||
|
||||
<Modal.ButtonRow>
|
||||
<Button variant="secondary" onClick={onCancel} fill="outline">
|
||||
<Button type="button" variant="secondary" onClick={onCancel} fill="outline">
|
||||
Cancel
|
||||
</Button>
|
||||
<Button type="submit">Update</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user