mirror of
https://github.com/umami-software/umami.git
synced 2026-02-17 19:15:37 +01:00
Fixed realtime page.
This commit is contained in:
parent
65ebd736b9
commit
c1d301ffdc
12 changed files with 83 additions and 450 deletions
|
|
@ -40,7 +40,7 @@ export function EventsPage({ websiteId }) {
|
|||
/>
|
||||
</Panel>
|
||||
</GridRow>
|
||||
<Panel marginY="6">
|
||||
<Panel>
|
||||
<Tabs selectedKey={tab} onSelectionChange={(value: any) => setTab(value)}>
|
||||
<TabList>
|
||||
<Tab id="activity">{formatMessage(labels.activity)}</Tab>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue