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

fix: use correct message for file diffs #3304

Merged
merged 3 commits into from
Jun 15, 2021
Merged

Conversation

rcoringrato-sfdc
Copy link
Contributor

What does this PR do?

Display the appropriate message in the multi-file diff view when a diff operation detects no differences.

What issues does this PR fix or reference?

@W-9421428@

@rcoringrato-sfdc rcoringrato-sfdc requested a review from a team as a code owner June 9, 2021 19:55
@brpowell brpowell requested review from brpowell and removed request for violetyao June 11, 2021 15:08
Comment on lines 53 to 55
differences?: boolean
) {
this.diffsOnly = differences || false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
differences?: boolean
) {
this.diffsOnly = differences || false;
diffsOnly = false
) {
this.diffsOnly = diffsOnly;

nit - the name differences feels like it actually is the diffs

Copy link
Contributor

@brpowell brpowell left a comment

Choose a reason for hiding this comment

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

Looks good, just one small comment

@rcoringrato-sfdc rcoringrato-sfdc merged commit 07e979f into develop Jun 15, 2021
@rcoringrato-sfdc rcoringrato-sfdc deleted the rc/diff-cleanup branch June 15, 2021 23:18
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