From 14456c210241132eba350c07ab602a185c32f7f3 Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:37:35 +0530 Subject: [PATCH] label has been added to the textfield of copilot promptbar (#1704) --- src/Explorer/QueryCopilot/QueryCopilotPromptbar.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Explorer/QueryCopilot/QueryCopilotPromptbar.tsx b/src/Explorer/QueryCopilot/QueryCopilotPromptbar.tsx index a35d26a75..970c94bfa 100644 --- a/src/Explorer/QueryCopilot/QueryCopilotPromptbar.tsx +++ b/src/Explorer/QueryCopilot/QueryCopilotPromptbar.tsx @@ -319,7 +319,11 @@ export const QueryCopilotPromptbar: React.FC = ({ }, []); return ( - + Copilot @@ -358,6 +362,7 @@ export const QueryCopilotPromptbar: React.FC = ({ disabled={isGeneratingQuery} autoComplete="off" placeholder="Ask a question in natural language and we’ll generate the query for you." + aria-labelledby="copilot-textfield-label" /> {copilotTeachingBubbleVisible && (