Skip to content

Commit e44e310

Browse files
committed
route fixing
1 parent 6adfa8d commit e44e310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/workspace_screens/workspace.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class _WorkspaceState extends State<Workspace> {
136136
child: IconButton(
137137
padding: const EdgeInsets.only(left: 16.0),
138138
icon: const Icon(Icons.arrow_back, color: textColor),
139-
onPressed: () => context.push(RoutesPath.dashboard),
139+
onPressed: () => context.pushReplacement(RoutesPath.dashboard),
140140
),
141141
),
142142
actions: [

0 commit comments

Comments
 (0)