Skip to content

Commit

Permalink
changed default value of allowAllDayAppointments in the config-schema…
Browse files Browse the repository at this point in the history
… to false (#1113)
  • Loading branch information
mccarthyaaron committed May 14, 2024
1 parent 2c21e9c commit 87510b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esm-appointments-app/src/config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const configSchema = {
allowAllDayAppointments: {
_type: Type.Boolean,
_description: 'Whether to allow scheduling of all-day appointments (vs appointments with start time and end time)',
_default: true,
_default: false,
},
checkInButton: {
enabled: {
Expand Down

0 comments on commit 87510b8

Please sign in to comment.