From cfc8196c4bf49b55e0f42b2d4c19c5d6f78fd623 Mon Sep 17 00:00:00 2001 From: SATYA SB <107645008+satya07sb@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:56:05 +0530 Subject: [PATCH] [accessibility-3100032]:[Programmatic Access - Azure Cosmos DB - Data Explorer]: Close button does not have discernible text under 'Data Explorer' pane. (#1949) --- src/Explorer/Tabs/Tabs.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Explorer/Tabs/Tabs.tsx b/src/Explorer/Tabs/Tabs.tsx index c0d3a6b65..943d0f05d 100644 --- a/src/Explorer/Tabs/Tabs.tsx +++ b/src/Explorer/Tabs/Tabs.tsx @@ -99,6 +99,7 @@ export const Tabs = ({ explorer }: TabsProps): JSX.Element => { fontWeight: "bold", }, }} + dismissButtonAriaLabel="Close info" > {`Data Explorer has a 5,000 RU default limit. To adjust the limit, go to the Settings page and find "RU Threshold".`}