Skip to content

Commit

Permalink
switching to a number
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Mar 8, 2024
1 parent 853e47f commit 9809ddc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .storybook/stories/paragraphs/Gallery.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const meta: Meta<ComponentStoryProps> = {
component: GalleryParagraph,
tags: ['autodocs'],
argTypes: {
numberofimages: {
options: ['4', '5', '6', '6'],
control: { type: 'select' },
sugalleryimages: {
options: [],
control: { type: 'number', min: 0, max: 50, },
},
}
};
Expand Down

0 comments on commit 9809ddc

Please sign in to comment.