fix: include selected target language on navigate to new course page (#5644)

This commit is contained in:
ggurdin 2026-02-10 14:31:33 -05:00 committed by GitHub
parent 964307fd6b
commit 9abb6ed6fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -360,7 +360,7 @@ class FindCoursePageView extends StatelessWidget {
style: theme.textTheme.bodyLarge,
),
ElevatedButton(
onPressed: () => context.go('/rooms/course/own'),
onPressed: controller.startNewCourse,
style: ElevatedButton.styleFrom(
backgroundColor:
theme.colorScheme.primaryContainer,