mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Update ToastPresenter.tsx (#19296)
This commit is contained in:
committed by
GitHub
parent
f9feb1b7f3
commit
35b8a72dae
@@ -81,7 +81,7 @@ type ToastPresenterProps = Partial<VisualProps> & {
|
||||
export default function ToastPresenter({
|
||||
toasts,
|
||||
removeToast,
|
||||
position = 'top',
|
||||
position = 'bottom',
|
||||
}: ToastPresenterProps) {
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user