Skip to content

Commit

Permalink
Update ToastPresenter.tsx (#19296)
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian authored Mar 22, 2022
1 parent f9feb1b commit 35b8a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type ToastPresenterProps = Partial<VisualProps> & {
export default function ToastPresenter({
toasts,
removeToast,
position = 'top',
position = 'bottom',
}: ToastPresenterProps) {
return (
<>
Expand Down

0 comments on commit 35b8a72

Please sign in to comment.