mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
grafana/ui: Add default type="button" to <Button> (#48183)
This commit is contained in:
@@ -99,7 +99,9 @@ export const ApiKeysForm: FC<Props> = ({ show, onClose, onKeyAdded, disabled })
|
||||
</InlineField>
|
||||
</div>
|
||||
<div className="gf-form">
|
||||
<Button disabled={disabled}>Add</Button>
|
||||
<Button type="submit" disabled={disabled}>
|
||||
Add
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user