We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3edbd commit 7c3d983Copy full SHA for 7c3d983
1 file changed
frontend/src/app/modules/policy-engine/policies/policies.component.ts
@@ -960,7 +960,7 @@ export class PoliciesComponent implements OnInit {
960
}]
961
},
962
});
963
- dialogRef.onClose.pipe(takeUntil(this._destroy$)).subscribe((result: string) => {
+ dialogRef?.onClose.pipe(takeUntil(this._destroy$)).subscribe((result: string) => {
964
this.loading = true;
965
this.policyEngineService
966
.dryRun(element.id, {
0 commit comments