Skip to content

Commit

Permalink
Remove typo in DismissAll.stories.tsx (#33504)
Browse files Browse the repository at this point in the history
  • Loading branch information
cahogan authored Dec 25, 2024
1 parent a4ad322 commit 524e65e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const DismissAll = () => {
const notify = () =>
dispatchToast(
<Toast>
<ToastTitle>'This is a toast</ToastTitle>
<ToastTitle>This is a toast</ToastTitle>
</Toast>,
{ intent: 'info' },
);
Expand Down

0 comments on commit 524e65e

Please sign in to comment.