Skip to content

Commit

Permalink
add more 'lead time' options - #557
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMosin committed Nov 11, 2024
1 parent bf7d9d0 commit c52ca5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/settings-v2/SectionCalendars.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ const leadTimeOptions = [
{label: t('appointments', '1 day'), value: '1440'},
{label: t('appointments', '2 days'), value: '2880'},
{label: t('appointments', '4 days'), value: '5760'},
{label: t('appointments', '1 week'), value: '10080'},
{label: t('appointments', '2 weeks'), value: '20160'},
{label: t('appointments', '4 weeks'), value: '40320'},
]
const cancelationOptions = [
Expand Down

0 comments on commit c52ca5d

Please sign in to comment.