From 7cdfe3ffe7dcfda6f7dcbef06489fcf1448960d8 Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Sun, 5 Jul 2026 15:01:00 -0700 Subject: [PATCH] fix(a11y): add aria-label to CRON schedule input (#41769) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com> --- .../src/features/alerts/components/AlertReportCronScheduler.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx b/superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx index d4f97e97ae2..89c1ee302f7 100644 --- a/superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx +++ b/superset-frontend/src/features/alerts/components/AlertReportCronScheduler.tsx @@ -108,6 +108,7 @@ export const AlertReportCronScheduler: FC = ({