Fixes stupid bug

This commit is contained in:
Aaron Louie 2020-03-20 17:45:15 -04:00
parent d08ba9fd96
commit 3886c37c72
1 changed files with 2 additions and 2 deletions

View File

@ -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>