Skip to content

Commit

Permalink
Fix visible prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski committed Dec 26, 2023
1 parent dc9adaf commit c449e27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ const toastFunction = (message: string | React.ReactNode, data?: ExternalToast)
ToastState.addToast({
title: message,
...data,
type: 'default',
id,
});
return id;
Expand Down

2 comments on commit c449e27

@vercel
Copy link

@vercel vercel bot commented on c449e27 Dec 26, 2023

Choose a reason for hiding this comment

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

@imopbuilder
Copy link
Contributor

Choose a reason for hiding this comment

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

@emilkowalski why did you removed the type: 'default' in this commit ??

Please sign in to comment.