Skip to content

Commit

Permalink
fix: deadline (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
BramMeir authored May 23, 2024
1 parent 663f329 commit 89fa504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/projects/ProjectForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ watchEffect(() => {
class="w-full"
v-model="form.deadline"
dateFormat="dd-mm-yy"
:min-date="form.deadline"
:min-date="form.start_date"
showTime
hourFormat="24"
showIcon
Expand Down

0 comments on commit 89fa504

Please sign in to comment.