diff --git a/public/components/DataSourceAlertsCard/DataSourceAlertsCard.tsx b/public/components/DataSourceAlertsCard/DataSourceAlertsCard.tsx index 77f9089c..55125fdd 100644 --- a/public/components/DataSourceAlertsCard/DataSourceAlertsCard.tsx +++ b/public/components/DataSourceAlertsCard/DataSourceAlertsCard.tsx @@ -80,7 +80,7 @@ export const DataSourceAlertsCard: React.FC = ({ get ) - }, []); + }, [dataSource]); const createAlertDetailsDescription = useCallback((alert) => { const monitorName = alert.monitor_name ?? DEFAULT_EMPTY_DATA;