Skip to content

Commit a0b618c

Browse files
committed
refactor: reorganize imports in adversary alerts graph component for improved readability
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 72d77bd commit a0b618c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/app/data-management/adversary-management/adversary-alerts-graph/adversary-alerts-graph.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ <h6 class="card-title pb-0 mb-0 text-blue-800 font-weight-light">
2626
</div>
2727
</div>
2828
<app-alert-view-detail [alert]="alertDetail"
29-
[hideEmptyField]=" true"
29+
[isEcho] = "true"
30+
[hideEmptyField]= "true"
3031
[dataType]="EventDataTypeEnum.ALERT">
3132
</app-alert-view-detail>
3233
</div>

0 commit comments

Comments
 (0)