mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Remove domain parameter from queries.
This commit is contained in:
parent
278672233e
commit
f7201c9cfc
4 changed files with 17 additions and 14 deletions
|
|
@ -17,7 +17,6 @@ import styles from './MetricsTable.module.css';
|
|||
|
||||
export default function MetricsTable({
|
||||
websiteId,
|
||||
websiteDomain,
|
||||
type,
|
||||
className,
|
||||
dataFilter,
|
||||
|
|
@ -42,7 +41,6 @@ export default function MetricsTable({
|
|||
type,
|
||||
start_at: +startDate,
|
||||
end_at: +endDate,
|
||||
domain: websiteDomain,
|
||||
url,
|
||||
},
|
||||
onDataLoad,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue