project store : fix setStatus
This commit is contained in:
parent
837b741c47
commit
1398da62be
3 changed files with 4 additions and 6 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<li
|
||||
v-for="step in project.steps"
|
||||
class="project-step"
|
||||
:data-status="setStatus(project.steps, step)"
|
||||
:data-status="setStatus(project.steps, project.currentStep, step)"
|
||||
>
|
||||
<span class="pill" :data-icon="step.id">{{
|
||||
stepsLabels[project.currentStep]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue