Loading packages/merchant-tablet-ionic/src/@shared/user/mutation/user-mutation.component.ts +3 −1 Original line number Diff line number Diff line Loading @@ -128,9 +128,11 @@ export class UserMutationComponent { message = `Error in creating customer: '${err.message}'!`; } finally { await this.presentToast(message); if (this.visible) { await this.modalController.dismiss(userId); } } } async saveCustomer() { const geoLocation = this.locationForm.getValue(); Loading Loading
packages/merchant-tablet-ionic/src/@shared/user/mutation/user-mutation.component.ts +3 −1 Original line number Diff line number Diff line Loading @@ -128,9 +128,11 @@ export class UserMutationComponent { message = `Error in creating customer: '${err.message}'!`; } finally { await this.presentToast(message); if (this.visible) { await this.modalController.dismiss(userId); } } } async saveCustomer() { const geoLocation = this.locationForm.getValue(); Loading