diff --git a/projects/dxc-ngx-cdk-site/src/app/app.component.ts b/projects/dxc-ngx-cdk-site/src/app/app.component.ts index ca5a7fc02..bbb9c8728 100644 --- a/projects/dxc-ngx-cdk-site/src/app/app.component.ts +++ b/projects/dxc-ngx-cdk-site/src/app/app.component.ts @@ -41,7 +41,7 @@ export class AppComponent { selectVersion(value) { - window.location.href = this.versions.find((v) => v.label === value).url; + window.location.href = this.versions.find((v) => v.label === value.toString()).url; } ngOnDestroy(): void {