Skip to content

Commit

Permalink
adds default value for allowSpacebarActivation prop
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Lenz <15805554+brandonlenz@users.noreply.github.com>
  • Loading branch information
klalicki and brandonlenz committed Mar 1, 2024
1 parent 49374b0 commit af60ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Link/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function Link<
children,
className,
variant,
allowSpacebarActivation,
allowSpacebarActivation = false,
...linkProps
} = props

Expand Down

0 comments on commit af60ffa

Please sign in to comment.