Skip to content

Commit

Permalink
Fix setup block max length
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Jan 31, 2025
1 parent 9577aee commit 09f8bf5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
name="setup-text-{{i}}"
id="setup-text-{{i}}"
[(ngModel)]="line.setupBlockText"
maxlength="255"
maxlength="50"
placeholder="Setup Block"/>
<p class="help is-pulled-right">{{line.setupBlockText?.length}}/255</p>
<p class="help is-pulled-right">{{line.setupBlockText?.length}}/50</p>
<p class="help">
{{ 'marathon.schedule.management.help.setupBlock' | translate }}
</p>
Expand Down

0 comments on commit 09f8bf5

Please sign in to comment.