Browse Source

refactoring

pull/11861/head
mpetrov 2 years ago
parent
commit
2933071a0f
  1. 2
      ui-ngx/src/app/modules/home/pages/rulechain/debug-config-panel.component.ts

2
ui-ngx/src/app/modules/home/pages/rulechain/debug-config-panel.component.ts

@ -82,7 +82,7 @@ export class DebugConfigPanelComponent extends PageComponent implements OnInit {
this.onFailuresControl.patchValue(this.debugFailures);
}
onCancel() {
onCancel(): void {
this.popover?.hide();
}

Loading…
Cancel
Save