mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 06:56:38 +00:00
Reset the state to initial query every time (#1635)
This commit is contained in:
parent
9ad9f7bf51
commit
e3c168b7be
@ -180,7 +180,7 @@ export const useQueryCopilot: QueryCopilotStore = create((set) => ({
|
||||
showFeedbackModal: false,
|
||||
hideFeedbackModalForLikedQueries: false,
|
||||
correlationId: "",
|
||||
query: "",
|
||||
query: "SELECT * FROM c",
|
||||
selectedQuery: "",
|
||||
isGeneratingQuery: false,
|
||||
isGeneratingExplanation: false,
|
||||
|
Loading…
Reference in New Issue
Block a user