Skip to content

Commit

Permalink
Merge pull request #187 from sametcodes/develop
Browse files Browse the repository at this point in the history
fix: updated wakatime:getTimeWithRange->showPeriod default value
  • Loading branch information
sametcodes authored Apr 26, 2023
2 parents 54413d4 + 82f757c commit 516a182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/wakatime/view/validations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

1 comment on commit 516a182

@vercel
Copy link

@vercel vercel bot commented on 516a182 Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

readmerocks – ./

readme.rocks
readmerocks-git-main-sametcodes.vercel.app
readmerocks-sametcodes.vercel.app
www.readme.rocks

Please sign in to comment.