mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
RowOptions: Fix enter key updating row options (#34586)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user