fix table

This commit is contained in:
efrilm
2025-11-13 12:45:09 +07:00
parent 6fa45c8ac0
commit 97313371c3
2 changed files with 39 additions and 3 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 _i22.WrappedRoute(child: const _i19.TablePage());
return const _i19.TablePage();
},
);
}