Skip to content

Commit 41d4d7f

Browse files
authored
chore: correct cron experssion placeholder (#120)
1 parent 0a6b1c6 commit 41d4d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cron.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export const CronCard: React.FC<CronCardProps> = ({ data, mutate }) => {
173173
<FormLabel>{t("CronExpression")}</FormLabel>
174174
<FormControl>
175175
<Input
176-
placeholder="0 0 0 3 * * (At 3 AM)"
176+
placeholder="0 0 3 * * * (At 3 AM)"
177177
{...field}
178178
/>
179179
</FormControl>

0 commit comments

Comments
 (0)