mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
b97ac23432
6 changed files with 60 additions and 13 deletions
|
|
@ -103,8 +103,6 @@ export default function JourneyView() {
|
|||
return null;
|
||||
}
|
||||
|
||||
//console.log({ data, columns, selectedNode, activeNode });
|
||||
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<div className={styles.view}>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ import styles from './WebsiteExpandedView.module.css';
|
|||
|
||||
const views = {
|
||||
url: PagesTable,
|
||||
entry: PagesTable,
|
||||
exit: PagesTable,
|
||||
title: PagesTable,
|
||||
referrer: ReferrersTable,
|
||||
browser: BrowsersTable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue