Skip to content

Commit

Permalink
Merge branch 'sebin/task/#2394-do-not-allow-blank-contribution' into …
Browse files Browse the repository at this point in the history
…sebin/task/#2396-non-monetary-bug
  • Loading branch information
SebinSong committed Oct 29, 2024
2 parents affa615 + 97b07e4 commit 3cde2ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fieldset(
.inputgroup
input.input(
type='text'
v-model='pledge.value'
v-model.trim='pledge.value'
data-test='inputNonMonetaryPledge'
:maxlength='config.maxChar'
:aria-label='L("Pledge value")'
Expand Down

0 comments on commit 3cde2ca

Please sign in to comment.