You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: school_data_hub_flutter/lib/features/books/presentation/book_search_form_screen/book_search_form_screen.dart
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,8 @@ class _BookSearchFormScreenState extends State<BookSearchFormScreen> {
152
152
.push<List<BookTag>>(
153
153
RoutePaths.learningBooksSelectTags,
154
154
extra: {
155
-
'initialSelectedTags': selectedBookTags,
155
+
'initialSelectedTags':
156
+
selectedBookTags,
156
157
},
157
158
);
158
159
if (result !=null) {
@@ -194,7 +195,7 @@ class _BookSearchFormScreenState extends State<BookSearchFormScreen> {
Copy file name to clipboardExpand all lines: school_data_hub_flutter/lib/features/learning/competence/presentation/competence_list_screen/widgets/competence_tree.dart
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ class _CompetenceNode extends StatelessWidget {
0 commit comments