Skip to content

Commit

Permalink
Remove dismiss from example
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Feb 12, 2021
1 parent 67bdc5b commit 597a17d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/components/sections/toaster-example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export const ToasterExample: React.FC<{
data-splitbee-event="Change Position"
data-splitbee-event-position={p}
onClick={() => {
toast.dismiss('position');
toast.success(
<span>
Position set to <b>{p}</b>
Expand Down

1 comment on commit 597a17d

@vercel
Copy link

@vercel vercel bot commented on 597a17d Feb 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.