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
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user