Skip to content

Commit

Permalink
Merge branch 'FYLE-86cx2t82k-base-feature-branch' into FYLE-86cx2t82k…
Browse files Browse the repository at this point in the history
…-implementation-controller
  • Loading branch information
bistaastha authored Dec 23, 2024
2 parents 35c37cc + b003ae1 commit 0b4b3d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/fyle/spender-onboarding/spender-onboarding.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,5 @@
</div>
<div class="spender-onboarding__skip-cta" (click)="skipConnectCardOnboardingStep()">Skip</div>
</div>
<div class="spender-onboarding__component-container">
<app-spender-onboarding-connect-card-step
[orgSettings]="orgSettings"
(isStepCompleted)="skipOnboardingStep()"
></app-spender-onboarding-connect-card-step>
</div>
</div>
</div>
1 change: 1 addition & 0 deletions src/app/fyle/spender-onboarding/spender-onboarding.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ export class SpenderOnboardingPage {
this.spenderOnboardingService.markSmsOptInStepAsComplete();
}
}

}

0 comments on commit 0b4b3d7

Please sign in to comment.