We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3813ef commit ba14875Copy full SHA for ba14875
pkg/webui/console/components/notifications/templates/collaborator-changed.js
@@ -116,7 +116,7 @@ const CollaboratorChanged = ({ notificationData }) => {
116
Link: msg => (
117
<Link
118
to={`/${getEntity(entity_ids)}s/${
119
- entity_ids.application_ids.application_id
+ entity_ids[`${getEntity(entity_ids)}_ids`][`${getEntity(entity_ids)}_id`]
120
}/collaborators/user/${getId(ids)}`}
121
>
122
{msg}
0 commit comments