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

FEAT #12026 TIME 0:05 add cancel button

parent 5edd3e7b
No related branches found
No related tags found
No related merge requests found
...@@ -33,5 +33,6 @@ ...@@ -33,5 +33,6 @@
<span class="divider-modal"></span> <span class="divider-modal"></span>
<div mat-dialog-actions class="actions"> <div mat-dialog-actions class="actions">
<button mat-raised-button mat-button color="primary" (click)="onSubmit()">{{'lang.save' | translate}}</button> <button mat-raised-button mat-button color="primary" (click)="onSubmit()">{{'lang.save' | translate}}</button>
<button mat-raised-button mat-button color="default" (click)="dismissModal()">{{'lang.cancel' | translate}}</button>
</div> </div>
</div> </div>
\ 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