Added field types.
This commit is contained in:
@@ -18,7 +18,7 @@ export function InsightsTable() {
|
||||
[report?.data],
|
||||
);
|
||||
|
||||
if (!fields) {
|
||||
if (!fields || !report?.parameters) {
|
||||
return <EmptyPlaceholder />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user