Skip to content

Commit

Permalink
Merge pull request #395 from betagouv/699_fix_lunch_break_size
Browse files Browse the repository at this point in the history
699 Lunch break limit
  • Loading branch information
pierrax authored Jan 23, 2025
2 parents 91b4cf1 + 6148051 commit d1bba96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/dashboard/stepper/plannings/_daily_hours.slim
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ div.fr-my-2w data-controller="daily-hours"
class: "fr-input",
required: true,
placeholder: "12h -13h dans les locaux…",
maxlength: 250,
disabled: disabled,
data: { action: "input->mandatory-fields#fieldChange",
:'mandatory-fields-target' => "mandatoryField"}
Expand Down

0 comments on commit d1bba96

Please sign in to comment.