From b2f1c3fbb045666a09716dbdb111445d21acf9a2 Mon Sep 17 00:00:00 2001 From: yadhap Dahal Date: Tue, 7 Jan 2025 09:24:29 -0500 Subject: [PATCH 1/5] Changed key for the options in notification filter as it was throwing warning saying some of the keys are not unique --- .../notifications/NotificationTableFilters.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Tombolo/client-reactjs/src/components/application/dashboard/notifications/NotificationTableFilters.jsx b/Tombolo/client-reactjs/src/components/application/dashboard/notifications/NotificationTableFilters.jsx index b287c40a..5df54cce 100644 --- a/Tombolo/client-reactjs/src/components/application/dashboard/notifications/NotificationTableFilters.jsx +++ b/Tombolo/client-reactjs/src/components/application/dashboard/notifications/NotificationTableFilters.jsx @@ -92,8 +92,8 @@ function NotificationTableFilters({ setFilters, sentNotifications, monitorings,
Status
- {domainOptions.map((d) => ( - ))} @@ -118,8 +118,8 @@ function NotificationTableFilters({ setFilters, sentNotifications, monitorings,
Product