mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 03:25:40 +01:00
Added field types.
This commit is contained in:
parent
5039349d57
commit
39fb4fdaf8
6 changed files with 26 additions and 16 deletions
|
|
@ -18,7 +18,7 @@ export function InsightsTable() {
|
|||
[report?.data],
|
||||
);
|
||||
|
||||
if (!fields) {
|
||||
if (!fields || !report?.parameters) {
|
||||
return <EmptyPlaceholder />;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue