We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6166a40 commit 480af3aCopy full SHA for 480af3a
lib/content_management/view/edit_headline_page.dart
@@ -28,6 +28,7 @@ class EditHeadlinePage extends StatelessWidget {
28
headlinesRepository: context.read<DataRepository<Headline>>(),
29
sourcesRepository: context.read<DataRepository<Source>>(),
30
topicsRepository: context.read<DataRepository<Topic>>(),
31
+ countriesRepository: context.read<DataRepository<Country>>(),
32
headlineId: headlineId,
33
)..add(const EditHeadlineLoaded()),
34
child: const _EditHeadlineView(),
0 commit comments