Skip to content

Commit

Permalink
fix monitor url link in datasoure alerts card
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <[email protected]>
  • Loading branch information
jowg-amazon committed Oct 30, 2024
1 parent 20b50b5 commit 9e09a58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const DataSourceAlertsCard: React.FC<DataSourceAlertsCardProps> = ({ get
</EuiFlexItem>
</EuiFlexGroup>
)
}, []);
}, [dataSource]);

const createAlertDetailsDescription = useCallback((alert) => {
const monitorName = alert.monitor_name ?? DEFAULT_EMPTY_DATA;
Expand Down

0 comments on commit 9e09a58

Please sign in to comment.