Skip to content

Commit

Permalink
changed max of max night duration
Browse files Browse the repository at this point in the history
  • Loading branch information
capetillo committed Feb 21, 2024
1 parent 7de938c commit 22bcd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/projects/CreateProjectForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
type="number"
step="0.5"
min="0"
max="10"
max="24"
:disabled="read_only"
/>
<p class="control">
Expand Down

0 comments on commit 22bcd09

Please sign in to comment.