Skip to content

Commit

Permalink
feat: Fix display of threshold field in budget configuration drawer -M…
Browse files Browse the repository at this point in the history
…EED-7626 - Meeds-io/MIPs#154 (#590)

This PR will fix the display of threshold field when equal to 0.
  • Loading branch information
AzmiTouil committed Oct 18, 2024
1 parent 989cf31 commit b423ab0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
</v-card-title>
<div class="d-flex align-center px-4">
<number-input
v-if="settingsToSave.threshold"
v-model="settingsToSave.threshold"
:step="1"
:max="1000"
Expand Down

0 comments on commit b423ab0

Please sign in to comment.