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

Commit cbff4ef

Browse files
Making use of ValidationMessage controls correctly
1 parent 89c6302 commit cbff4ef

File tree

2 files changed

+232
-232
lines changed

2 files changed

+232
-232
lines changed

src/GitHub.App/ViewModels/Dialog/RepositoryCreationViewModel.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ public RepositoryCreationViewModel(
9090
return parsedReference != repoName ? String.Format(CultureInfo.CurrentCulture, Resources.SafeRepositoryNameWarning, parsedReference) : null;
9191
});
9292

93-
this.WhenAny(x => x.BaseRepositoryPathValidator.ValidationResult, x => x.Value)
94-
.Subscribe();
95-
9693
CreateRepository = InitializeCreateRepositoryCommand();
9794

9895
isCreating = CreateRepository.IsExecuting

0 commit comments

Comments
 (0)