File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import 'package:ht_dashboard/authentication/view/email_code_verification_page.da
1212import 'package:ht_dashboard/authentication/view/request_code_page.dart' ;
1313import 'package:ht_dashboard/content_management/view/categories_page.dart' ;
1414import 'package:ht_dashboard/content_management/view/edit_category_page.dart' ;
15+ import 'package:ht_dashboard/content_management/view/edit_source_page.dart' ;
1516import 'package:ht_dashboard/content_management/view/content_management_page.dart' ;
1617import 'package:ht_dashboard/content_management/view/headlines_page.dart' ;
1718import 'package:ht_dashboard/content_management/view/sources_page.dart' ;
@@ -207,9 +208,7 @@ GoRouter createRouter({
207208 name: Routes .editSourceName,
208209 builder: (context, state) {
209210 final id = state.pathParameters['id' ]! ;
210- return PlaceholderCreatePage (
211- title: 'Edit Source $id ' ,
212- ); // Placeholder
211+ return EditSourcePage (sourceId: id);
213212 },
214213 ),
215214 ],
You can’t perform that action at this time.
0 commit comments