MOBILE-2795 data: Fix on save error event
parent
34f88f92c4
commit
ab4941b8ac
|
@ -2,7 +2,7 @@
|
|||
<ion-navbar core-back-button>
|
||||
<ion-title><core-format-text [text]="title"></core-format-text></ion-title>
|
||||
<ion-buttons end>
|
||||
<button ion-button clear (click)="save()" [attr.aria-label]="'core.save' | translate">
|
||||
<button ion-button clear (click)="save($event)" [attr.aria-label]="'core.save' | translate">
|
||||
{{ 'core.save' | translate }}
|
||||
</button>
|
||||
</ion-buttons>
|
||||
|
|
Loading…
Reference in New Issue