From 2eb8dc026b9aa87bb09e4e2d34fd916e3be6f717 Mon Sep 17 00:00:00 2001 From: Andrea Feletto Date: Sat, 22 Jul 2023 21:50:05 +0200 Subject: [PATCH] fix route path in subscription add page --- lib/page/subscription_add.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/page/subscription_add.dart b/lib/page/subscription_add.dart index a61003b..52bee0e 100644 --- a/lib/page/subscription_add.dart +++ b/lib/page/subscription_add.dart @@ -86,7 +86,7 @@ class _SubscriptionAddPageState extends State { month: startMonth, ); box.add(flow); - context.go('/subscriptions'); + context.go('/'); }, child: const Icon(Icons.check), ) -- 2.45.2