Skip to content

Commit 02d9463

Browse files
committed
fix: add comment
1 parent bb64328 commit 02d9463

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/containers/Tenant/Query/QueryEditor/QueryEditor.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ export default function QueryEditor(props: QueryEditorProps) {
143143
setLastQueryExecutionSettings(querySettings);
144144
}
145145
const queryId = uuidv4();
146+
147+
// Abort previous query if there was any
146148
queryManagerInstance.abortQuery();
147149

148150
if (isStreamingEnabled) {

0 commit comments

Comments
 (0)