Skip to content
Snippets Groups Projects
Commit a8e93c80 authored by pgiertych's avatar pgiertych
Browse files

removed empty customer network from model

parent 7c6ab2b3
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ export class DomainDcnDetails {
public domainCodename: string;
public dcnConfigured: boolean = false;
public dcnDeploymentType: string = DcnDeploymentType[DcnDeploymentType.MANUAL];
public customerNetworks: CustomerNetwork[] = [new CustomerNetwork()];
public customerNetworks: CustomerNetwork[] = [];
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment