Skip to content

Commit

Permalink
BS-Server-demo-v2: remove "changing step" on click in bsconfig wizard.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jun 25, 2021
1 parent 1b63133 commit 86b7b04
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,20 @@
<v-stepper-step
:complete="currentStep > 1"
step="1"
@click="currentStep = 1"
>
Endpoint Name
</v-stepper-step>
<v-divider></v-divider>
<v-stepper-step
:complete="currentStep > 2"
step="2"
@click="currentStep = 2"
>
LWM2M Server Configuration
</v-stepper-step>
<v-divider></v-divider>
<v-stepper-step
:complete="currentStep > 3"
step="3"
@click="currentStep = 3"
>
LWM2M Bootstrap Server Configuration
</v-stepper-step>
Expand Down

0 comments on commit 86b7b04

Please sign in to comment.