chore: add skip button to add course page (#4407)
This commit is contained in:
parent
df65441e5a
commit
2fc52e6a87
1 changed files with 5 additions and 0 deletions
|
|
@ -130,6 +130,11 @@ class AddCoursePage extends StatelessWidget {
|
|||
style: theme.textTheme.labelLarge,
|
||||
),
|
||||
),
|
||||
if (route == "registration")
|
||||
TextButton(
|
||||
child: Text(L10n.of(context).skipForNow),
|
||||
onPressed: () => context.go('/rooms'),
|
||||
),
|
||||
],
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue