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 and philipher29 committed Jun 9, 2022
1 parent b594a64 commit d0cf88e
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 d0cf88e

Please sign in to comment.