Skip to content

Commit

Permalink
Fix invalid Tabnext prop on site example
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z committed Oct 13, 2023
1 parent 319140a commit 380b9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/examples/badge/InlineBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { StackLayout } from "@salt-ds/core";

export const InlineBadge = (): ReactElement => (
<TabstripNext
defaultSelected="Home"
defaultValue="Home"
style={{
maxWidth: 400,
}}
Expand Down

0 comments on commit 380b9e3

Please sign in to comment.