We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f36e3c5 + 1c09335 commit bfdd610Copy full SHA for bfdd610
projects/dxc-ngx-cdk-site/src/app/app.component.ts
@@ -41,7 +41,7 @@ export class AppComponent {
41
42
43
selectVersion(value) {
44
- window.location.href = this.versions.find((v) => v.label === value).url;
+ window.location.href = this.versions.find((v) => v.label === value.toString()).url;
45
}
46
47
ngOnDestroy(): void {
0 commit comments