Skip to content

Commit

Permalink
chore: Restore default label on stories
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Oct 18, 2024
1 parent 2461e09 commit fa461cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/stories/dropdowns/select/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Validation.args = {
isBare: false,
isDisabled: false,
isPrimary: false,
label: "Food Manager",

validation: "warning",
};
Expand All @@ -137,6 +138,7 @@ WithMenuOption.args = {
alert("Add new clicked");
},
},
label: "Food Manager",
};

export const WithGroups = Template.bind({});
Expand All @@ -154,6 +156,7 @@ WithGroups.args = {
isBare: false,
isDisabled: false,
isPrimary: false,
label: "Food Manager",
};

export default {
Expand Down

0 comments on commit fa461cd

Please sign in to comment.