From 6a9a0156a3cddc32b854a3dd7198c2d8e5fcf163 Mon Sep 17 00:00:00 2001 From: Sunil Kumar Yadav <79906609+sunilyadav840@users.noreply.github.com> Date: Tue, 21 Sep 2021 21:32:04 +0530 Subject: [PATCH] fixed entity choose column role accessibility issue (#1088) --- src/Explorer/Tabs/QueryTablesTab.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Explorer/Tabs/QueryTablesTab.html b/src/Explorer/Tabs/QueryTablesTab.html index 97bd77016..2a71c9682 100644 --- a/src/Explorer/Tabs/QueryTablesTab.html +++ b/src/Explorer/Tabs/QueryTablesTab.html @@ -47,7 +47,9 @@ Group selected clauses - + + + @@ -136,7 +138,7 @@ class="select-options-link" data-bind="click: selectQueryOptions, event: { keydown: onselectQueryOptionsKeyDown }" tabindex="0" - role="link" + role="button" > Choose Columns...