Skip to content

Commit

Permalink
docs: missing 17 doc link (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Aug 16, 2024
1 parent da2fea1 commit f8d383a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/header/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const minimumVersion = +pkg.version.split('.')[0] - 2;
export class HeaderComponent implements AfterViewInit {
private inited = false;
isMobile!: boolean;
oldVersionList = [16, 15, 14, 13, 12, 11, 10, 9, 8, 1];
oldVersionList = [17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 1];
currentVersion = pkg.version;
delonLibs: Array<{ name: string; default?: string; selected?: boolean }> = [
{ name: 'theme' },
Expand Down

0 comments on commit f8d383a

Please sign in to comment.