fix: small bugfixes
Build and Release Court Pilot / draft (push) Canceled after 0s
Build and Release Court Pilot / build (ubuntu-22.04) (push) Canceled after 0s
Build and Release Court Pilot / build (windows-latest) (push) Canceled after 0s
Build and Release Court Pilot / publish (push) Canceled after 0s

* Typo in the Hungarian vocab
* Translate language labels
* Start app on full screen
* Clear TOs data in the add-modal
* Change version number to 1.1.1
This commit is contained in:
2026-09-05 11:13:43 +02:00
parent 0dd30c6c14
commit 6319f2c270
5 changed files with 26 additions and 11 deletions
+7 -2
View File
@@ -102,8 +102,8 @@ export class Tab2Page {
this.modal.dismiss(null, 'cancel');
}
confirm() {
this.modal.dismiss(
async confirm() {
await this.modal.dismiss(
{
lastName: this.lastName,
firstName: this.firstName,
@@ -112,6 +112,11 @@ export class Tab2Page {
},
'confirm'
);
this.lastName = '';
this.firstName = '';
this.country = '';
this.gender = '';
}
isValidUmpire(): boolean {