Update ToastPresenter.tsx (#19296)

This commit is contained in:
David Aaron Suddjian 2022-03-22 01:10:43 -07:00 committed by GitHub
parent f9feb1b7f3
commit 35b8a72dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ type ToastPresenterProps = Partial<VisualProps> & {
export default function ToastPresenter({
toasts,
removeToast,
position = 'top',
position = 'bottom',
}: ToastPresenterProps) {
return (
<>