From acd4787b3d2b30f9c7e920fe5a54f040d214449f Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Wed, 22 Nov 2023 00:08:32 +0530 Subject: [PATCH] WCAG 1.3.1,WCAG 4.1.2: Ensures every form element has a label (textarea) (#1549) --- src/Explorer/Tabs/QueryTablesTab.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Explorer/Tabs/QueryTablesTab.html b/src/Explorer/Tabs/QueryTablesTab.html index 9760907d0..8713cf21d 100644 --- a/src/Explorer/Tabs/QueryTablesTab.html +++ b/src/Explorer/Tabs/QueryTablesTab.html @@ -25,6 +25,7 @@ name="query-editor" rows="5" cols="100" + aria-label="Query text editor" >