Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
animehart committed Dec 5, 2024
1 parent b0bbb93 commit c261f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const EntityInsight = <T,>({
const { items: alertsData } = useAlertsByStatus({
entityFilter,
signalIndexName,
queryId: DETECTION_RESPONSE_ALERTS_BY_STATUS_ID,
queryId: isPreviewMode ? DETECTION_RESPONSE_ALERTS_BY_STATUS_ID + 'ALERTS_PREVIEW_TRUE' : DETECTION_RESPONSE_ALERTS_BY_STATUS_ID + 'ALERTS_PREVIEW_FALSE',
to,
from,
});
Expand Down

0 comments on commit c261f40

Please sign in to comment.