Bug 2819239:Screen reader does not announce the loading information which appears on invoking the 'Send' button. (#1703)

* Alert has been added and content also added accordign to the loader state

* Snapshot of tests have been updated
This commit is contained in:
MokireddySampath
2024-01-04 19:37:16 +05:30
committed by GitHub
parent 0dd1032357
commit 0c9264e8b3
3 changed files with 26 additions and 14 deletions

View File

@@ -104,7 +104,7 @@ export const useQueryCopilot: QueryCopilotStore = create((set) => ({
correlationId: "",
query: "SELECT * FROM c",
selectedQuery: "",
isGeneratingQuery: false,
isGeneratingQuery: null,
isGeneratingExplanation: false,
isExecuting: false,
dislikeQuery: undefined,