From ddd6b0b54f36e99b4120418fba823d733db8a928 Mon Sep 17 00:00:00 2001 From: Ajit Mehrotra Date: Fri, 12 Dec 2025 17:14:40 -0500 Subject: [PATCH] Revert "fix(notifications): add support for bottom-center'd nuxtui toasts" This reverts commit b147762e8a188bb5256ae398266d0cf63ee53a06. --- web/src/components/Wrapper/mount-engine.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/src/components/Wrapper/mount-engine.ts b/web/src/components/Wrapper/mount-engine.ts index ec84f4708..1e73f6d21 100644 --- a/web/src/components/Wrapper/mount-engine.ts +++ b/web/src/components/Wrapper/mount-engine.ts @@ -174,8 +174,7 @@ export async function mountUnifiedApp() { 'top-right': 'top-right', 'bottom-left': 'bottom-left', 'bottom-right': 'bottom-right', - 'bottom-center': 'bottom-center', - 'top-center': 'top-center', + center: 'top-center', }; toasterPosition = map[legacyPosition] || toasterPosition; }