Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
raczyk committed Mar 13, 2024
1 parent 2f4af75 commit 451ed81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/select/Select.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://react-select.com/props
## Error

<Canvas>
<Story of={SelectStories.Error} />
<Story of={SelectStories.isError} />
</Canvas>

## Multiselect
Expand Down
4 changes: 2 additions & 2 deletions src/components/select/Select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const Disabled: StoryObj = {

name: "disabled",
};
export const Error: StoryObj = {
export const isError: StoryObj = {
render: () => {
const options = [
{
Expand All @@ -90,7 +90,7 @@ export const Error: StoryObj = {
);
},

name: "Error",
name: "isError",
};

export const Multiselect: StoryObj = {
Expand Down

0 comments on commit 451ed81

Please sign in to comment.