fix: after add course to existing space, push redirect route to refresh page (#4381)

This commit is contained in:
ggurdin 2025-10-14 14:00:05 -04:00 committed by GitHub
parent ce38f515a7
commit c34b7db20c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {