Skip to content

Commit

Permalink
fix: SQL Lab UI Error: Objects are not valid as a React child (#19783)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomedina248 committed Apr 20, 2022
1 parent 231716c commit dfba9ea
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 dfba9ea

Please sign in to comment.