Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbence committed Nov 14, 2024
1 parent e88720a commit 2208297
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Form/Form.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ export const FullScreenGroups = () => {
type: 'number',
label: 'Price (EUR)',
},
referenceUser: {
label: 'User',
type: 'references',
referencesType: 'user',
},
foo: {
type: 'text',
label: 'Foo',
Expand Down

0 comments on commit 2208297

Please sign in to comment.