fix: alway hide back button in add course page (#4404)
This commit is contained in:
parent
82d1bc788b
commit
9be0dce1fb
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class AddCoursePage extends StatelessWidget {
|
|||
Text(L10n.of(context).addCourse),
|
||||
],
|
||||
),
|
||||
automaticallyImplyLeading: route == 'registration',
|
||||
automaticallyImplyLeading: false,
|
||||
),
|
||||
body: SafeArea(
|
||||
child: Center(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue