Skip to content

Commit d6984e1

Browse files
mjabascal10Copilot
andauthored
Update frontend/src/app/data-management/alert-management/shared/components/alert-rule-create/alert-rule-create.component.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 230f8d6 commit d6984e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/app/data-management/alert-management/shared/components/alert-rule-create/alert-rule-create.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ export class AlertRuleCreateComponent implements OnInit, OnDestroy {
164164
this.selected = this.rule.tags.length > 0 ? [...this.rule.tags] : [];
165165
}
166166

167-
if(this.isFalsePositiveRule){
168-
this.selected.push(FALSE_POSITIVE_OBJECT)
167+
if (this.isFalsePositiveRule) {
168+
this.selected.push(FALSE_POSITIVE_OBJECT);
169169
}
170170

171171
this.alerts$ = this.alertService.onRefresh$

0 commit comments

Comments
 (0)