fix(a11y): add aria-label to CRON schedule input (#41769)

Co-authored-by: Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com>
This commit is contained in:
Elizabeth Thompson
2026-07-05 15:01:00 -07:00
committed by GitHub
parent 9a24d42d65
commit 7cdfe3ffe7

View File

@@ -108,6 +108,7 @@ export const AlertReportCronScheduler: FC<AlertReportCronSchedulerProps> = ({
<Input
type="text"
name="crontab"
aria-label={t('Schedule')}
style={error ? { borderColor: theme.colorError } : {}}
placeholder={t('CRON expression')}
value={value}