Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b494b6e

Browse files
Fixing merge error
1 parent 2bbdbf8 commit b494b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/ViewModels/GitHubPane/PullRequestFilesViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public PullRequestFilesViewModel(
7272
OpenFirstAnnotationWarning = ReactiveCommand.CreateFromTask<IPullRequestFileNode>(
7373
async file => await OpenFirstAnnotation(editorService, file, CheckAnnotationLevel.Warning));
7474

75-
OpenFirstAnnotationNotice = ReactiveCommand.CreateFromTask<IPullRequestFileNode>(
75+
OpenFirstAnnotationFailure = ReactiveCommand.CreateFromTask<IPullRequestFileNode>(
7676
async file => await OpenFirstAnnotation(editorService, file, CheckAnnotationLevel.Failure));
7777
}
7878

0 commit comments

Comments
 (0)