Skip to content

Commit ecad51f

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 d6984e1 commit ecad51f

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
@@ -52,7 +52,7 @@ export class AlertTagsApplyComponent implements OnInit, OnChanges {
5252
}
5353
}
5454

55-
addNewTagRule(isFalsePositive:boolean=false) {
55+
addNewTagRule(isFalsePositive: boolean = false) {
5656
const modalRef = this.modalService.open(AlertRuleCreateComponent, {centered: true, size: 'lg'});
5757
modalRef.componentInstance.alert = this.alert;
5858
modalRef.componentInstance.action = 'select';

0 commit comments

Comments
 (0)