Skip to content

Commit ea73c2e

Browse files
mjabascal10Copilot
andauthored
Update frontend/src/app/data-management/alert-management/shared/components/alert-actions/alert-apply-tags/alert-tags-apply.component.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ecad51f commit ea73c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/data-management/alert-management/shared/components/alert-actions/alert-apply-tags/alert-tags-apply.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class AlertTagsApplyComponent implements OnInit, OnChanges {
5656
const modalRef = this.modalService.open(AlertRuleCreateComponent, {centered: true, size: 'lg'});
5757
modalRef.componentInstance.alert = this.alert;
5858
modalRef.componentInstance.action = 'select';
59-
modalRef.componentInstance.isFalsePositiveRule = isFalsePositive
59+
modalRef.componentInstance.isFalsePositiveRule = isFalsePositive;
6060
modalRef.componentInstance.ruleAdd.subscribe((created) => {
6161
this.icon = this.getTagIcon();
6262
this.color = this.getColor();

0 commit comments

Comments
 (0)