Bump version to 0.8.3
All checks were successful
Test / Run tests (push) Successful in 1m44s
Deploy / Build and Deploy (push) Successful in 2m27s

This commit is contained in:
2024-06-11 12:40:25 +02:00
parent 5a4ff26f31
commit 6fc38b9db0
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ namespace Elwig.Dialogs {
}
private void Update() {
var t = NameInput.Text.ToLower();
var t = NameInput.Text.ToLower().Split(' ');
var nameValid = NameParts.All(t.Contains);
UpdateCheckBox(AreaComInput);
UpdateCheckBox(DeliveryInput);