Skip to content

Commit 2ffb97a

Browse files
committed
fix: stopped data
1 parent 23c3a54 commit 2ffb97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Query/QueryResult/QueryResultViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export function QueryResultViewer({
237237
const isStopped = isQueryCancelledError(error);
238238

239239
if (activeSection === RESULT_OPTIONS_IDS.result) {
240-
if (error && isStopped) {
240+
if (error && isStopped && resultSets?.length === 0) {
241241
return renderCommonErrorView(isStopped);
242242
}
243243

0 commit comments

Comments
 (0)