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

fix button

parent 24de5933
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<div class="alert-message alert-message-info" [innerHTML]="data.msg"></div>
</div>
<span class="divider-modal"></span>
<div mat-dialog-actions *ngIf="data.hidebutton">
<div mat-dialog-actions *ngIf="!data.hidebutton">
<button class="actions" color="primary" mat-raised-button (click)="this.dialogRef.close();">{{lang.ok}}</button>
</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