mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Cloud Security][Bug] Fix for Page Crashing (#203028)
## Summary This PR is for quick fix to address issue with Page crashing when user clicks on user name or host name on preview flyout for Alerts Contextual Flyout
This commit is contained in:
parent
5061174117
commit
06b774e788
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ export const AlertsPreview = ({
|
|||
const { goToEntityInsightTab } = useNavigateEntityInsight({
|
||||
field,
|
||||
value,
|
||||
queryIdExtension: 'ALERTS_PREVIEW',
|
||||
queryIdExtension: isPreviewMode ? 'ALERTS_PREVIEW_TRUE' : 'ALERTS_PREVIEW_FALSE',
|
||||
subTab: CspInsightLeftPanelSubTab.ALERTS,
|
||||
});
|
||||
const link = useMemo(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue