mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
extend RealtimeLog row height
This commit is contained in:
parent
fce254651a
commit
a56b24ebb4
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ export default function RealtimeLog({ data, websites, websiteId }) {
|
|||
<div className={styles.body}>
|
||||
{logs?.length === 0 && <NoData />}
|
||||
{logs?.length > 0 && (
|
||||
<FixedSizeList height={400} itemCount={logs.length} itemSize={40}>
|
||||
<FixedSizeList height={500} itemCount={logs.length} itemSize={50}>
|
||||
{Row}
|
||||
</FixedSizeList>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue