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 83721da commit a7f1ea4Copy full SHA for a7f1ea4
src/app/features/home/home.page.ts
@@ -45,7 +45,7 @@ import { PrefetchingDialogComponent } from './onboarding/prefetching-dialog/pref
45
styleUrls: ['./home.page.scss'],
46
})
47
export class HomePage {
48
- private readonly initialTabIndex = 2;
+ private readonly initialTabIndex = 0;
49
private readonly afterCaptureTabIndex = 2;
50
selectedTabIndex = this.initialTabIndex;
51
0 commit comments