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 070c44f75f
commit 2707f693e0

View File

@@ -153,8 +153,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;
}