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 5ffafca + a7f1ea4 commit adc50c9Copy full SHA for adc50c9
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