Skip to content

Commit

Permalink
fix(user): disable click step navigation
Browse files Browse the repository at this point in the history
prevent step order being disturbed
  • Loading branch information
ElonH committed May 18, 2020
1 parent 1ea1342 commit 0884a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/user/user.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { NbStepperComponent, NbStepComponent } from '@nebular/theme';
<router-outlet> </router-outlet>
<nb-card>
<nb-card-body>
<nb-stepper orientation="horizontal">
<nb-stepper orientation="horizontal" disableStepNavigation>
<nb-step label="Operation">
<h4>Select an operation</h4>
<ng-container *ngFor="let item of operation">
Expand Down

0 comments on commit 0884a2a

Please sign in to comment.