This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 35b8a72  Update ToastPresenter.tsx (#19296)
35b8a72 is described below

commit 35b8a72daed3b0c0dc71a2323e860e97a1c74b8c
Author: David Aaron Suddjian <[email protected]>
AuthorDate: Tue Mar 22 01:10:43 2022 -0700

    Update ToastPresenter.tsx (#19296)
---
 superset-frontend/src/components/MessageToasts/ToastPresenter.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/components/MessageToasts/ToastPresenter.tsx 
b/superset-frontend/src/components/MessageToasts/ToastPresenter.tsx
index 0be676a..182cb54 100644
--- a/superset-frontend/src/components/MessageToasts/ToastPresenter.tsx
+++ b/superset-frontend/src/components/MessageToasts/ToastPresenter.tsx
@@ -81,7 +81,7 @@ type ToastPresenterProps = Partial<VisualProps> & {
 export default function ToastPresenter({
   toasts,
   removeToast,
-  position = 'top',
+  position = 'bottom',
 }: ToastPresenterProps) {
   return (
     <>

Reply via email to