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 1f99267 commit c162cffCopy full SHA for c162cff
lib/content_management/view/sources_page.dart
@@ -53,7 +53,7 @@ class _SourcesPageState extends State<SourcesPage> {
53
54
if (state.sourcesStatus == ContentManagementStatus.failure) {
55
return FailureStateWidget(
56
- message: state.errorMessage ?? l10n.unknownError,
+ exception: state.exception!,
57
onRetry: () => context.read<ContentManagementBloc>().add(
58
const LoadSourcesRequested(limit: kDefaultRowsPerPage),
59
),
0 commit comments