Skip to content
Snippets Groups Projects
Commit 3ba442d0 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #15116 TIME 0:05 add cancel button

parent 5896c036
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,9 @@
<ion-button type="submit" color="primary" (click)="onSubmit()">
<ion-label>{{'lang.save' | translate}}</ion-label>
</ion-button>
<ion-button type="button" (click)="dismissModal()">
<ion-label>{{'lang.cancel' | translate}}</ion-label>
</ion-button>
</ion-buttons>
</ion-toolbar>
</ion-footer>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment