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 2ffb97a commit 8fde82cCopy full SHA for 8fde82c
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 && resultSets?.length === 0) {
+ if (error && isStopped && !resultSets?.length) {
241
return renderCommonErrorView(isStopped);
242
}
243
0 commit comments