feat: product analytic repo
This commit is contained in:
@@ -311,7 +311,7 @@ class ReportRoute extends _i18.PageRouteInfo<void> {
|
||||
static _i18.PageInfo page = _i18.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i13.ReportPage();
|
||||
return _i18.WrappedRoute(child: const _i13.ReportPage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user