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 35fc611 commit 33e0e21Copy full SHA for 33e0e21
lib/content_management/view/headlines_page.dart
@@ -52,7 +52,7 @@ class _HeadlinesPageState extends State<HeadlinesPage> {
52
53
if (state.headlinesStatus == ContentManagementStatus.failure) {
54
return FailureStateWidget(
55
- message: state.errorMessage ?? l10n.unknownError,
+ exception: state.exception!,
56
onRetry: () => context.read<ContentManagementBloc>().add(
57
const LoadHeadlinesRequested(limit: kDefaultRowsPerPage),
58
),
0 commit comments