mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Show event data values.
This commit is contained in:
parent
c865f43b11
commit
cabff7924e
8 changed files with 90 additions and 26 deletions
|
|
@ -23,7 +23,7 @@ export function EventDataMetricsBar({ websiteId }) {
|
|||
);
|
||||
|
||||
return (
|
||||
<Row>
|
||||
<Row className={styles.row}>
|
||||
<Column defaultSize={12} xl={8}>
|
||||
<MetricsBar isLoading={isLoading} isFetched={isFetched} error={error}>
|
||||
{!error && isFetched && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue