From e1432538a2bfcbd45c20ecd1299bfe4d99e1ac79 Mon Sep 17 00:00:00 2001 From: Satyapriya Bai Date: Tue, 29 Oct 2024 12:48:12 +0530 Subject: [PATCH] [accessibility-3556595]: [Programmatic Access- Azure Cosmos DB- Data Explorer]: Ensures role attribute has an appropriate value for the element. --- src/Explorer/Tabs/Tabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Tabs/Tabs.tsx b/src/Explorer/Tabs/Tabs.tsx index 3ee50992c..c7838a2ab 100644 --- a/src/Explorer/Tabs/Tabs.tsx +++ b/src/Explorer/Tabs/Tabs.tsx @@ -228,7 +228,7 @@ const CloseButton = ({ onKeyPress={({ nativeEvent: e }) => (tab ? tab.onKeyPressClose(undefined, e) : onKeyPressReactTabClose(e, tabKind))} > - Close + Close );