Skip to content

Commit

Permalink
refactor(FloatingLabel.stories): remove unused HelperText story
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Jan 17, 2025
1 parent 62297ed commit 8636c2d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/storybook/src/FloatingLabel.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,3 @@ SmallStandard.args = {
label: "Small Standard",
sizing: "sm",
};

export const HelperText = Template.bind({});
HelperText.args = {
variant: "filled",
label: "Floating Helper",
helperText: "Remember, contributions to this topic should follow our Community Guidelines.",
};

0 comments on commit 8636c2d

Please sign in to comment.