This commit is contained in:
efrilm
2025-10-26 16:09:56 +07:00
parent 0e83d213fc
commit 655902a659
23 changed files with 3519 additions and 6 deletions
+1 -1
View File
@@ -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());
},
);
}