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