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
12
12
import 'package:ht_dashboard/authentication/view/request_code_page.dart' ;
13
13
import 'package:ht_dashboard/content_management/view/categories_page.dart' ;
14
14
import 'package:ht_dashboard/content_management/view/edit_category_page.dart' ;
15
+ import 'package:ht_dashboard/content_management/view/edit_source_page.dart' ;
15
16
import 'package:ht_dashboard/content_management/view/content_management_page.dart' ;
16
17
import 'package:ht_dashboard/content_management/view/headlines_page.dart' ;
17
18
import 'package:ht_dashboard/content_management/view/sources_page.dart' ;
@@ -207,9 +208,7 @@ GoRouter createRouter({
207
208
name: Routes .editSourceName,
208
209
builder: (context, state) {
209
210
final id = state.pathParameters['id' ]! ;
210
- return PlaceholderCreatePage (
211
- title: 'Edit Source $id ' ,
212
- ); // Placeholder
211
+ return EditSourcePage (sourceId: id);
213
212
},
214
213
),
215
214
],
You can’t perform that action at this time.
0 commit comments