Added button type to avoid trigger on enter (#47147)

This commit is contained in:
Yaelle Chaudy 2022-03-31 21:05:05 +02:00 committed by GitHub
parent 4b1af6fb06
commit 00ec99a8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@ export const DataLinks = (props: Props) => {
)}
<Button
type="button"
variant={'secondary'}
className={css`
margin-right: 10px;