Fixes stupid bug
This commit is contained in:
parent
d08ba9fd96
commit
3886c37c72
|
@ -1,5 +1,5 @@
|
|||
<div mat-dialog-title *ngIf="data && data.workflowSpec">
|
||||
Delete workflow specification <strong>{{data.workflowSpec.name}}</strong>?
|
||||
<div mat-dialog-title *ngIf="data && data.category">
|
||||
Delete category <strong>{{data.category.name}}</strong>?
|
||||
<button mat-icon-button mat-dialog-close=""><mat-icon>close</mat-icon></button>
|
||||
</div>
|
||||
<div mat-dialog-content>
|
||||
|
|
Loading…
Reference in New Issue