WIP
This commit is contained in:
parent
9f2dc1701d
commit
cc58fd608a
|
@ -184,7 +184,7 @@ class MenuComponentModel extends FlutterFlowModel<MenuComponentWidget> {
|
|||
), () async {
|
||||
AppState().deleteAll();
|
||||
|
||||
context.goNamed(
|
||||
context.pushNamed(
|
||||
'welcomePage',
|
||||
extra: <String, dynamic>{
|
||||
kTransitionInfoKey: const TransitionInfo(
|
||||
|
|
Loading…
Reference in New Issue