Skip to content

Commit d60e97a

Browse files
committed
remove obj_id from site switchconfig
1 parent 45d98c2 commit d60e97a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ export class ApiManageComponent implements OnInit {
860860
this.forgeSiteSecurity(res?.groups?.host)
861861
break;
862862
case "switchconfig":
863+
this.obj_id = null;
863864
this.setName("switchconfig", res?.groups?.detail);
864865
this.forgeSiteSwitchConfig(res?.groups?.host);
865866
break;

0 commit comments

Comments
 (0)