mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
fix step count in vote
This commit is contained in:
parent
ecea75b351
commit
4ee326445b
@ -1,4 +1,4 @@
|
||||
<app-stepper [step_current]="4" [step_max]="pollService.step_max"></app-stepper>
|
||||
<app-stepper [step_current]="2" [step_max]="2"></app-stepper>
|
||||
<div class="step">
|
||||
<div class="user-infos">
|
||||
<h2 class="title is-2">
|
||||
|
@ -25,7 +25,7 @@ export class ConsultationUserComponent implements OnInit {
|
||||
private storageService: StorageService,
|
||||
public pollService: PollService
|
||||
) {
|
||||
this.pollService.step_current = 4;
|
||||
this.pollService.step_current = 2;
|
||||
}
|
||||
|
||||
ngOnInit(): void {}
|
||||
|
Loading…
Reference in New Issue
Block a user