Added field types.

This commit is contained in:
Mike Cao 2023-08-10 09:31:25 -07:00
parent 5039349d57
commit 39fb4fdaf8
6 changed files with 26 additions and 16 deletions

View file

@ -18,7 +18,7 @@ export function InsightsTable() {
[report?.data],
);
if (!fields) {
if (!fields || !report?.parameters) {
return <EmptyPlaceholder />;
}