mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
More deletes. Fixed sticky header.
This commit is contained in:
parent
87bbaa7f1d
commit
45c13da262
23 changed files with 69 additions and 582 deletions
|
|
@ -40,7 +40,7 @@ export default function WebsiteDetails({ websiteId }) {
|
|||
domain={data?.domain}
|
||||
onDataLoad={handleDataLoad}
|
||||
showLink={false}
|
||||
stickyHeader
|
||||
stickyHeader={true}
|
||||
/>
|
||||
{!chartLoaded && <Loading icon="dots" />}
|
||||
{chartLoaded && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue