Skip to content

Commit

Permalink
[DOCS] chore: ui version up
Browse files Browse the repository at this point in the history
  • Loading branch information
sohee-K committed Apr 17, 2024
1 parent e6264b6 commit 4193f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sopt-makers/colors": "^3.0.0",
"@sopt-makers/fonts": "^2.0.0",
"@sopt-makers/icons": "^1.0.0",
"@sopt-makers/ui": "^1.1.3"
"@sopt-makers/ui": "^1.1.5"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/stories/SearchField.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
}
}

export const SearchFieldStory: StoryObj<SearchFieldProps> = {
export const Default: StoryObj<SearchFieldProps> = {
args: {
placeholder: 'Placeholder...',
readOnly: false,
Expand Down

0 comments on commit 4193f5b

Please sign in to comment.