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 23c3a54 commit 2ffb97aCopy full SHA for 2ffb97a
src/containers/Tenant/Query/QueryResult/QueryResultViewer.tsx
@@ -237,7 +237,7 @@ export function QueryResultViewer({
237
const isStopped = isQueryCancelledError(error);
238
239
if (activeSection === RESULT_OPTIONS_IDS.result) {
240
- if (error && isStopped) {
+ if (error && isStopped && resultSets?.length === 0) {
241
return renderCommonErrorView(isStopped);
242
}
243
0 commit comments