Skip to content

Commit ba14875

Browse files
committed
console: Fix collaborator link
1 parent c3813ef commit ba14875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webui/console/components/notifications/templates/collaborator-changed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const CollaboratorChanged = ({ notificationData }) => {
116116
Link: msg => (
117117
<Link
118118
to={`/${getEntity(entity_ids)}s/${
119-
entity_ids.application_ids.application_id
119+
entity_ids[`${getEntity(entity_ids)}_ids`][`${getEntity(entity_ids)}_id`]
120120
}/collaborators/user/${getId(ids)}`}
121121
>
122122
{msg}

0 commit comments

Comments
 (0)