mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -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
|
||||
type="button"
|
||||
variant={'secondary'}
|
||||
className={css`
|
||||
margin-right: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user