Skip to content

Commit

Permalink
Merge pull request #722 from madeindjs/fix-progress-label
Browse files Browse the repository at this point in the history
fix(ui): hide `CoreProgressBar` progression in indeterminate state
  • Loading branch information
ramedina86 authored Jan 8, 2025
2 parents 578a6bb + 4b7a5d8 commit 1dc2a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/src/components/core/content/CoreProgressBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
label
}}</label>
<span
v-if="displayPercentage"
v-if="displayPercentage && progression !== undefined"
class="CoreProgressBar__title__progress"
>{{ progressionText }}</span
>
Expand Down

0 comments on commit 1dc2a05

Please sign in to comment.