Skip to content

Commit

Permalink
PR suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: eileenmguo <eileen@kadena.io>
  • Loading branch information
timoheddes and eileenmguo committed Aug 25, 2023
1 parent 0261a30 commit ec4e4a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const meta: Meta<
type: { summary: 'select' },
defaultValue: { summary: 'form' },
},
options: ['form', 'transparent'],
options: Object.keys(selectVariants) as (keyof typeof selectVariants)[],
},
icon: {
options: [
Expand Down

0 comments on commit ec4e4a2

Please sign in to comment.