mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added button type to avoid trigger on enter (#47147)
This commit is contained in:
parent
4b1af6fb06
commit
00ec99a8a1
@ -66,6 +66,7 @@ export const DataLinks = (props: Props) => {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
type="button"
|
||||||
variant={'secondary'}
|
variant={'secondary'}
|
||||||
className={css`
|
className={css`
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user