We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb64328 commit 02d9463Copy full SHA for 02d9463
src/containers/Tenant/Query/QueryEditor/QueryEditor.tsx
@@ -143,6 +143,8 @@ export default function QueryEditor(props: QueryEditorProps) {
143
setLastQueryExecutionSettings(querySettings);
144
}
145
const queryId = uuidv4();
146
+
147
+ // Abort previous query if there was any
148
queryManagerInstance.abortQuery();
149
150
if (isStreamingEnabled) {
0 commit comments