feature/IO-3096-GlobalNotifications - Checkpoint - merge master

This commit is contained in:
Dave Richer
2025-03-03 10:57:27 -05:00
10 changed files with 203 additions and 420 deletions

View File

@@ -143,7 +143,7 @@ export function Manage({ conflict, bodyshop, alerts, setAlerts }) {
const fetchedAlerts = await response.json();
setAlerts(fetchedAlerts);
} catch (error) {
console.error("Error fetching alerts:", error);
console.warn("Error fetching alerts:", error.message);
}
};