Skip to content

Commit

Permalink
build docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bertrand committed Sep 24, 2023
1 parent fb3b81b commit 6a68eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/CodeDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const CodeDemo = ({
<>
{actions.variant && (
<Select
value={variant}
value={variant as any}
onChangeValue={setVariant}
label="Variant"
items={actions.variant.map((v) => ({ value: v, label: v }))}
Expand Down

0 comments on commit 6a68eb6

Please sign in to comment.