This commit is contained in:
Efril
2026-03-03 19:35:11 +07:00
parent 59d8f06d75
commit 4481d24375
5 changed files with 52 additions and 46 deletions
+1 -1
View File
@@ -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());
},
);
}