fix: alway hide back button in add course page (#4404)

This commit is contained in:
ggurdin 2025-10-15 12:48:55 -04:00 committed by GitHub
parent 82d1bc788b
commit 9be0dce1fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ class AddCoursePage extends StatelessWidget {
Text(L10n.of(context).addCourse),
],
),
automaticallyImplyLeading: route == 'registration',
automaticallyImplyLeading: false,
),
body: SafeArea(
child: Center(