Skip to content

Commit

Permalink
Merge pull request #6676 from zxy994/waltz/fix-6667
Browse files Browse the repository at this point in the history
6667:Lift the limit imposed on the settings edit input field
  • Loading branch information
davidwatkins73 committed Jul 11, 2023
2 parents 580633e + 78de71d commit 294b594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
{#if editing && workingSetting?.name === setting?.name}
<input class="form-control"
id="value"
maxlength="255"
maxlength="4000"
placeholder="Value for this setting"
bind:value={workingSetting.value}/>
<div style="padding-top: 1em">
Expand Down

0 comments on commit 294b594

Please sign in to comment.