feature/IO-3096-GlobalNotifications - Adjust the Global Placement for notificationContext.jsx, removed adjustments to said location and duration to socket

This commit is contained in:
Dave Richer
2025-02-27 13:30:18 -05:00
parent 01b18a4a02
commit 3766c3d938
5 changed files with 9 additions and 16 deletions

View File

@@ -167,7 +167,6 @@ export function Manage({ conflict, bodyshop, alerts, setAlerts }) {
description: alert.description,
type: alert.type || "info",
duration: 0,
placement: "bottomRight",
closable: true,
onClose: () => {
// When the notification is closed, update displayed alerts state and localStorage