Skip to content

Commit

Permalink
Link application by activeItem and filter
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslaw Szwajkowski <[email protected]>
  • Loading branch information
rszwajko committed Jun 26, 2024
1 parent 63af805 commit 46cb9b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const AnalysisDetails = () => {
},
{
title: appName,
path: `${Paths.applications}/?activeItem=${applicationId}`,
path: `${Paths.applications}/?activeItem=${applicationId}&filters={"name":["${appName}"]}`,
},
{
title: t("actions.analysisDetails"),
Expand Down

0 comments on commit 46cb9b9

Please sign in to comment.