Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes in ARY from feedback document #2831

Merged
merged 2 commits into from
Feb 15, 2024
Merged

Conversation

subinasr
Copy link
Contributor

@subinasr subinasr commented Feb 6, 2024

Changes

  • Detailed list or prose of changes
  • Breaking changes
  • Changes to configurations

This PR doesn't introduce any:

  • temporary files, auto-generated files or secret keys
  • build works
  • eslint issues
  • typescript issues
  • codegen errors
  • console.log meant for debugging
  • typos
  • unwanted comments
  • conflict markers

@ghost
Copy link

ghost commented Feb 6, 2024

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@@ -40,6 +42,7 @@ function AddStakeholderButton<T extends string>(props: Props<T>) {
<AddStakeholderModal
{...stakeholderModalProps}
onModalClose={hideModal}
fromAssessment={fromAssessment}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of this, send label

Comment on lines 214 to 216
label={fromAssessment
? 'Assessment Lead'
: _ts('project.detail.stakeholders', 'leadOrganization')}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get label from prop and then change set the default to lead organization. lets remove _ts as well. Not necessary right now

@AdityaKhatri AdityaKhatri self-requested a review February 15, 2024 09:25
@AdityaKhatri AdityaKhatri merged commit 8d5bf9e into develop Feb 15, 2024
4 of 5 checks passed
@AdityaKhatri AdityaKhatri deleted the fix/ary-feedback branch February 15, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants