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

Commit bfa18c6

Browse files
Undoing some changes
1 parent 8906c54 commit bfa18c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ protected string GetDraftKey()
339339
SourceBranch.Name);
340340
}
341341

342-
public RemoteRepositoryModel GitHubRepository => githubRepository?.Value;
343-
bool IsExecuting => isExecuting.Value;
342+
public RemoteRepositoryModel GitHubRepository { get { return githubRepository?.Value; } }
343+
bool IsExecuting { get { return isExecuting.Value; } }
344344
public IAutoCompleteAdvisor AutoCompleteAdvisor { get; }
345345

346346
bool initialized;

0 commit comments

Comments
 (0)