fix: after add course to existing space, push redirect route to refresh page (#4381)
This commit is contained in:
parent
ce38f515a7
commit
c34b7db20c
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ class SelectedCourseController extends State<SelectedCourse>
|
|||
}
|
||||
|
||||
if (!mounted) return;
|
||||
context.go("/rooms/spaces/${space.id}/details");
|
||||
context.push("/rooms/spaces/${space.id}/details?tab=course");
|
||||
}
|
||||
|
||||
Future<void> joinCourse() async {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue