We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adfa8d commit e44e310Copy full SHA for e44e310
lib/screens/workspace_screens/workspace.dart
@@ -136,7 +136,7 @@ class _WorkspaceState extends State<Workspace> {
136
child: IconButton(
137
padding: const EdgeInsets.only(left: 16.0),
138
icon: const Icon(Icons.arrow_back, color: textColor),
139
- onPressed: () => context.push(RoutesPath.dashboard),
+ onPressed: () => context.pushReplacement(RoutesPath.dashboard),
140
),
141
142
actions: [
0 commit comments