fix: include selected target language on navigate to new course page (#5644)
This commit is contained in:
parent
964307fd6b
commit
9abb6ed6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue