Skip to content

Commit

Permalink
change group by from resource name to id when redirecting from dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreal1314 committed Jan 15, 2025
1 parent 54e835c commit 88ee317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const SummarySection = ({
data-test-subj="dashboard-view-all-resources"
onClick={() => {
navToFindings(getPolicyTemplateQuery(dashboardType), [
FINDINGS_GROUPING_OPTIONS.RESOURCE_NAME,
FINDINGS_GROUPING_OPTIONS.RESOURCE_ID,
]);
}}
>
Expand Down

0 comments on commit 88ee317

Please sign in to comment.