Skip to content

Commit

Permalink
[issue-2369] Back or Browse Grants Link from Grant Details
Browse files Browse the repository at this point in the history
  • Loading branch information
inaki committed Mar 4, 2024
1 parent 374edd3 commit 7d6d69a
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 131 deletions.
2 changes: 1 addition & 1 deletion packages/client/src/components/GrantsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ export default {
if (!newGrantsDetailPageEnabled()) {
return;
}
this.$router.push({ name: 'grantDetail', params: { id: item.grant_id } });
this.$router.push({ name: 'grantDetail', params: { id: item.grant_id }, query: { fromApp: true } });
datadogRum.addAction('view grant details', { grant: item });
},
onRowSelected(items) {
Expand Down
Loading

0 comments on commit 7d6d69a

Please sign in to comment.