Teams context settings.
This commit is contained in:
@@ -2,9 +2,9 @@ import InsightsReport from './InsightsReport';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export default function InsightsReportPage() {
|
||||
return <InsightsReport reportId={null} />;
|
||||
return <InsightsReport />;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Insights Report | umami',
|
||||
title: 'Insights Report | Umami',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user