feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -72,7 +72,7 @@ export default function useAlertsNotifications({
|
||||
newAlerts.forEach((alert) => {
|
||||
notification.open({
|
||||
key: `notification-alerts-${alert.id}`,
|
||||
message: alert.message,
|
||||
title: alert.message,
|
||||
description: alert.description,
|
||||
type: alert.type || "info",
|
||||
duration: 0,
|
||||
|
||||
Reference in New Issue
Block a user