Skip to content

Commit 45d98c2

Browse files
committed
fix PCAP QL
1 parent 68c6728 commit 45d98c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

angular/src/app/pages/api/manage/manage.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ export class ApiManageComponent implements OnInit {
865865
break;
866866
case "pcap":
867867
this.setName(res?.groups?.obj, res?.groups?.detail);
868-
this.forgeSiteObject("pcaps", res?.groups?.host, res?.groups?.detail);
868+
this.forgeSiteObject("pcaps", res?.groups?.host, null);
869869
break;
870870
case "cellularedges":
871871
this.setName("other device", res?.groups?.detail);

0 commit comments

Comments
 (0)