mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 10:35:35 +01:00
Update report parameters.
This commit is contained in:
parent
e9b0d3f796
commit
43f5854f15
5 changed files with 27 additions and 20 deletions
|
|
@ -8,6 +8,8 @@ export const ReportContext = createContext(null);
|
|||
export function Report({ reportId, defaultParameters, children, ...props }) {
|
||||
const report = useReport(reportId, defaultParameters);
|
||||
|
||||
//console.log(report);
|
||||
|
||||
return (
|
||||
<ReportContext.Provider value={{ ...report }}>
|
||||
<Page {...props} className={styles.container}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue