mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Fixed reports queries.
This commit is contained in:
parent
40970f6c33
commit
87bb9b1e73
5 changed files with 21 additions and 13 deletions
|
|
@ -63,6 +63,7 @@ export function ListTable({
|
|||
{data?.length === 0 && <Empty className={styles.empty} />}
|
||||
{virtualize && data.length > 0 ? (
|
||||
<FixedSizeList
|
||||
width="100%"
|
||||
height={itemCount * ITEM_SIZE}
|
||||
itemCount={data.length}
|
||||
itemSize={ITEM_SIZE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue