Skip to content

Commit

Permalink
Show control for events param
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed May 12, 2022
1 parent 176fe23 commit 9a6f84b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/components/src/date-time/stories/date.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const meta: ComponentMeta< typeof DatePicker > = {
component: DatePicker,
argTypes: {
currentDate: { control: 'date' },
events: { control: { type: null } },
},
parameters: {
controls: { expanded: true },
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/date-time/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const meta: ComponentMeta< typeof DateTimePicker > = {
component: DateTimePicker,
argTypes: {
currentDate: { control: 'date' },
events: { control: { type: null } },
},
parameters: {
controls: { expanded: true },
Expand Down

0 comments on commit 9a6f84b

Please sign in to comment.