Skip to content

Commit

Permalink
[logs] set date field as mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoPennec committed Oct 2, 2023
1 parent 3888c27 commit f91ae28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pages/logs/Events.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<div class="flexrow">
<date-field
class="flexrow-item"
:can-delete="false"
:disabled-dates="{ from: today }"
:label="$t('logs.current_date_label')"
v-model="currentDate"
Expand Down

0 comments on commit f91ae28

Please sign in to comment.