mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Refactored realtime components.
This commit is contained in:
parent
8912daa2fa
commit
a039f405b6
8 changed files with 51 additions and 51 deletions
|
|
@ -171,7 +171,7 @@ export default function WebsiteDetails({ websiteId, token }) {
|
|||
contentClassName={styles.content}
|
||||
menu={menuOptions}
|
||||
>
|
||||
<DetailsComponent {...tableProps} limit={false} showFilters={true} />
|
||||
<DetailsComponent {...tableProps} height={500} limit={false} showFilters={true} />
|
||||
</MenuLayout>
|
||||
)}
|
||||
</Page>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue