diff --git a/platforms/wakatime/view/validations.ts b/platforms/wakatime/view/validations.ts index 01b0c9f..53ac1c4 100644 --- a/platforms/wakatime/view/validations.ts +++ b/platforms/wakatime/view/validations.ts @@ -8,7 +8,7 @@ export const getTimeWithRange = object({ placeholder: "Line Color", description: "The color of the line.", }), - showPeriod: boolean().required().meta({ + showPeriod: boolean().required().default(false).meta({ label: "Show Period", placeholder: "Show Period", description: "Whether to show the period or not.",