chore: correct cron experssion placeholder (#120)

This commit is contained in:
UUBulb
2025-02-20 22:57:08 +08:00
committed by GitHub
parent 9ea2b3a11a
commit 51e34e30c3
+1 -1
View File
@@ -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>