mirror of
https://github.com/apache/superset.git
synced 2026-07-19 13:15:49 +00:00
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:
committed by
GitHub
parent
9a24d42d65
commit
7cdfe3ffe7
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user