Skip to content

Commit

Permalink
FEAT ITEM-261-front-modifier-le-workflow-de-suppression :
Browse files Browse the repository at this point in the history
     - ajout d'un v-if sur les steppers en suppression
  • Loading branch information
EryneKL committed Oct 14, 2024
1 parent c4fd0af commit ec533ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Suppression/SuppSteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
>
</v-stepper-item>
<v-divider></v-divider>
<v-stepper-item
<v-stepper-item v-if="typeFileSelected==='PPN'"
:color="currentStep >= 2 ? 'primary' : ''"
:complete="currentStep > 2"
:editable="currentStep > 2"
Expand Down

0 comments on commit ec533ae

Please sign in to comment.