Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Fix for issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
savaged committed May 2, 2019
1 parent a4358fc commit 5f8a687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ViewModels/ReplaceDialogViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ public string ReplacementText
}

public bool IsReplaceEnabled => IsActionEnabled &&
!string.IsNullOrEmpty(ReplacementText);
ReplacementText != null;
}
}

0 comments on commit 5f8a687

Please sign in to comment.