Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 53e8ee3

Browse files
committed
Revert the target version to enable deployment
1 parent ce87324 commit 53e8ee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/app.component.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ export class AppComponent {
7171
{ name: '2.1', number: 201 },
7272
{ name: '2.0', number: 200 },
7373
];
74-
from = this.versions.find((version) => version.name === '17.0');
75-
to = this.versions.find((version) => version.name === '18.0');
76-
futureVersion = 1900
74+
from = this.versions.find((version) => version.name === '16.0');
75+
to = this.versions.find((version) => version.name === '17.0');
76+
7777
/**
7878
* Only save the locale in the URL if it was already there, or the user changed it
7979
*/

0 commit comments

Comments
 (0)