update
This commit is contained in:
@@ -168,7 +168,7 @@ class TableRoute extends _i10.PageRouteInfo<void> {
|
||||
static _i10.PageInfo page = _i10.PageInfo(
|
||||
name,
|
||||
builder: (data) {
|
||||
return const _i9.TablePage();
|
||||
return _i10.WrappedRoute(child: const _i9.TablePage());
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user