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.
1 parent f36e3c5 commit 1c09335Copy full SHA for 1c09335
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