Skip to content

Commit

Permalink
Update story with feedbackRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdelion committed Nov 12, 2024
1 parent 3985abd commit cbff416
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ export default meta;
export const Basic = {
args: defaultContent,
} satisfies Story;

export const WithFeedbackRequired = {
args: { ...defaultContent, feedbackRequired: true },
} satisfies Story;

0 comments on commit cbff416

Please sign in to comment.