mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 12:40:08 +00:00
chore: correct cron experssion placeholder (#120)
This commit is contained in:
@@ -173,7 +173,7 @@ export const CronCard: React.FC<CronCardProps> = ({ data, mutate }) => {
|
|||||||
<FormLabel>{t("CronExpression")}</FormLabel>
|
<FormLabel>{t("CronExpression")}</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Input
|
<Input
|
||||||
placeholder="0 0 0 3 * * (At 3 AM)"
|
placeholder="0 0 3 * * * (At 3 AM)"
|
||||||
{...field}
|
{...field}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user