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
(cherry picked from commit dfba9ea)
  • Loading branch information
diegomedina248 authored and villebro committed Apr 25, 2022
1 parent 87b51c2 commit 1d141be
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 @@ -252,6 +252,8 @@ const QueryTable = ({
responsive
/>
);
} else {
q.results = <></>;
}

q.progress =
Expand Down

0 comments on commit 1d141be

Please sign in to comment.