Skip to content

Commit 2ed23fa

Browse files
mjabascal10Copilot
andauthored
Update frontend/src/app/data-management/alert-management/shared/components/alert-echoes/alert-echoes.component.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 161f0a5 commit 2ed23fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/data-management/alert-management/shared/components/alert-echoes/alert-echoes.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<tr>
7373
<td style="height: 500px" [attr.colspan]="fields.length + 2" >
7474
<app-alert-view-detail (refreshData)="onRefreshData($event)"
75-
[isEcho]=" true"
75+
[isEcho]="true"
7676
[alert]="alert"
7777
[hideEmptyField]="true"
7878
[dataType]="dataType">

0 commit comments

Comments
 (0)