Skip to content

Commit

Permalink
refactor: update error text
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 20, 2024
1 parent 210d2cd commit af449fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/bundles/app.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ const SimulateLoadAndFail = () => {
return (
<>
{!isError ? <SectionSpinner /> : null}
{isError ? <SectionError text="Failed to load data." /> : null}
{isError ? <SectionError text="Sample error message." /> : null}
</>
)
}
Expand Down

0 comments on commit af449fd

Please sign in to comment.