Skip to content

Commit 708bac5

Browse files
committed
fix: should show query error even if no issues
1 parent 0b93f80 commit 708bac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/QueryEditor/QueryResult/QueryResult.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function QueryResult(props) {
111111
</Fullscreen>
112112
)}
113113
</React.Fragment>
114-
) : null;
114+
) : <span>{error?.data ?? error}</span>;
115115
};
116116

117117
return (

0 commit comments

Comments
 (0)