From ebdfd2b8858df7350c2494b1faa192d72c63f52e Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Sat, 4 Jul 2026 10:06:11 +0000 Subject: [PATCH] fix(a11y): add aria-label to CRON schedule input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WCAG 2.1 SC 1.3.1/3.3.2 — Level A. --- .../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 d4f97e97ae2e..89c1ee302f75 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 = ({