diff --git a/web/src/components/Wrapper/mount-engine.ts b/web/src/components/Wrapper/mount-engine.ts index 553557a77..26773a375 100644 --- a/web/src/components/Wrapper/mount-engine.ts +++ b/web/src/components/Wrapper/mount-engine.ts @@ -153,7 +153,8 @@ export async function mountUnifiedApp() { 'top-right': 'top-right', 'bottom-left': 'bottom-left', 'bottom-right': 'bottom-right', - center: 'top-center', + 'bottom-center': 'bottom-center', + 'top-center': 'top-center', }; toasterPosition = map[legacyPosition] || toasterPosition; }