fix: SQL Lab UI Error: Objects are not valid as a React child (#19783)

This commit is contained in:
Diego Medina 2022-04-20 02:18:46 -04:00 committed by GitHub
parent 231716cb50
commit dfba9ea596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,6 +254,8 @@ const QueryTable = ({
responsive
/>
);
} else {
q.results = <></>;
}
q.progress =