Skip to content

Commit

Permalink
Allow longer transactionUrlFormat values (#6126)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Jul 26, 2024
1 parent 77fadd3 commit 1485a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/components/home/MakeProposalModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
<Input
disabled={busy}
minlength={1}
maxlength={100}
maxlength={200}
bind:value={addOrUpdateTokenTransactionUrlFormat}
countdown
placeholder={i18nKey(
Expand Down

0 comments on commit 1485a06

Please sign in to comment.