mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
fix: SQL Lab UI Error: Objects are not valid as a React child (#19783)
This commit is contained in:
@@ -254,6 +254,8 @@ const QueryTable = ({
|
||||
responsive
|
||||
/>
|
||||
);
|
||||
} else {
|
||||
q.results = <></>;
|
||||
}
|
||||
|
||||
q.progress =
|
||||
|
||||
Reference in New Issue
Block a user