Revert "fix(notifications): add support for bottom-center'd nuxtui toasts"

This reverts commit b147762e8a.
This commit is contained in:
Ajit Mehrotra
2025-12-12 17:14:40 -05:00
parent 2122e6d8a2
commit ddd6b0b54f
+1 -2
View File
@@ -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;
}