Skip to content

Commit 480af3a

Browse files
committed
feat(content): provide repositories to EditHeadlineBloc
1 parent 6166a40 commit 480af3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/content_management/view/edit_headline_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class EditHeadlinePage extends StatelessWidget {
2828
headlinesRepository: context.read<DataRepository<Headline>>(),
2929
sourcesRepository: context.read<DataRepository<Source>>(),
3030
topicsRepository: context.read<DataRepository<Topic>>(),
31+
countriesRepository: context.read<DataRepository<Country>>(),
3132
headlineId: headlineId,
3233
)..add(const EditHeadlineLoaded()),
3334
child: const _EditHeadlineView(),

0 commit comments

Comments
 (0)