Skip to content

Commit

Permalink
fix: SQL Lab UI Error: Objects are not valid as a React child (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomedina248 authored May 11, 2022
1 parent 30b5a5d commit 80bf1da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset-frontend/src/SqlLab/components/QueryTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ const QueryTable = ({
responsive
/>
);
} else {
q.results = <></>;
}

q.progress =
Expand Down

0 comments on commit 80bf1da

Please sign in to comment.