Skip to content

Commit

Permalink
chore: correct cron experssion placeholder (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb authored Feb 20, 2025
1 parent 0a6b1c6 commit 41d4d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cron.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const CronCard: React.FC<CronCardProps> = ({ data, mutate }) => {
<FormLabel>{t("CronExpression")}</FormLabel>
<FormControl>
<Input
placeholder="0 0 0 3 * * (At 3 AM)"
placeholder="0 0 3 * * * (At 3 AM)"
{...field}
/>
</FormControl>
Expand Down

0 comments on commit 41d4d7f

Please sign in to comment.