Skip to content

Commit

Permalink
fix to display project name instead of id (#1933)
Browse files Browse the repository at this point in the history
* updates on engagement publish

* update email template

* adding action drop down

* updated changes for User Management

* access user details page for users without a role

* updating variable name

* updating the schema

* updating as per review comments

* updating schema

* adding changes for clone and delete

* fixing linting

* update

* fix for report setting on analytics

* fixing lint

* fix to display project name instead of id
  • Loading branch information
VineetBala-AOT authored Jul 31, 2023
1 parent ff27bb1 commit 1d64f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function SubscribeWidget() {
<MetParagraph>
I want to receive updates for {''}
{engagementMetadata.project_id
? engagementMetadata.project_id
? engagementMetadata.project_metadata.project_name
: savedEngagement.name}
{''} only
</MetParagraph>
Expand Down

0 comments on commit 1d64f7a

Please sign in to comment.