Fixes bug on closing preview template dialog

This commit is contained in:
apapachristou 2020-10-26 13:34:08 +02:00
parent f0b9b01695
commit d512ad1389
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<div class="template-container">
<div mat-dialog-title class="row d-flex m-0 header" (click)="closeDialog()">
<div mat-dialog-title class="row d-flex m-0 header">
<span class="template-title align-self-center">{{'DMP-LISTING.COLUMNS.PROFILE' | translate}} - {{data.template.label}}</span>
<span class="ml-auto align-self-center"><mat-icon class="close-icon">close</mat-icon></span>
<span class="ml-auto align-self-center" (click)="closeDialog()"><mat-icon class="close-icon">close</mat-icon></span>
</div>
<div *ngIf="progressIndication" class="progress-bar">
<mat-progress-bar color="primary" mode="indeterminate"></mat-progress-bar>