Skip to content

Commit fa6b973

Browse files
xingzhang-suselsongsuse
authored andcommitted
#1138 Network activity produces Cannot read properties of null (reading '_rawValidators' error
1 parent f6adf8d commit fa6b973

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

admin/webapp/websrc/app/routes/network-activities/advanced-filter/advanced-filter.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ export class AdvancedFilterComponent implements OnInit {
125125
this.domainChips = filter.domains;
126126
this.groupChips = filter.groups;
127127
this.advFilterForm = new FormGroup({
128+
domains: new FormControl(filter.domains),
129+
selectedGroups: new FormControl(filter.groups),
128130
vulnerabilityType: new FormControl(filter.cve),
129131
protocols: new FormGroup({
130132
tcp: new FormControl(filter.protocol.tcp),

0 commit comments

Comments
 (0)