mirror of
https://github.com/umami-software/umami.git
synced 2026-02-24 22:45:36 +01:00
Updated packages. Fixed loading errors.
This commit is contained in:
parent
da8c7e99c5
commit
f444c6373d
7 changed files with 532 additions and 155 deletions
|
|
@ -20,7 +20,7 @@ export function GoalsPage({ websiteId }: { websiteId: string }) {
|
|||
<SectionHeader>
|
||||
<GoalAddButton websiteId={websiteId} />
|
||||
</SectionHeader>
|
||||
<LoadingPanel data={result.data} isLoading={query.isLoading} error={query.error}>
|
||||
<LoadingPanel data={result?.data} isLoading={query?.isLoading} error={query?.error}>
|
||||
<Grid columns="1fr 1fr" gap>
|
||||
{result?.data?.map((report: any) => (
|
||||
<Panel key={report.id}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue