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,
|
showFeedbackModal: false,
|
||||||
hideFeedbackModalForLikedQueries: false,
|
hideFeedbackModalForLikedQueries: false,
|
||||||
correlationId: "",
|
correlationId: "",
|
||||||
query: "",
|
query: "SELECT * FROM c",
|
||||||
selectedQuery: "",
|
selectedQuery: "",
|
||||||
isGeneratingQuery: false,
|
isGeneratingQuery: false,
|
||||||
isGeneratingExplanation: false,
|
isGeneratingExplanation: false,
|
||||||
|
|
Loading…
Reference in New Issue