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 c162cff commit 7d22ab1Copy full SHA for 7d22ab1
lib/content_management/view/topics_page.dart
@@ -49,7 +49,7 @@ class _TopicPageState extends State<TopicPage> {
49
50
if (state.topicsStatus == ContentManagementStatus.failure) {
51
return FailureStateWidget(
52
- message: state.errorMessage ?? l10n.unknownError,
+ exception: state.exception!,
53
onRetry: () => context.read<ContentManagementBloc>().add(
54
const LoadTopicsRequested(limit: kDefaultRowsPerPage),
55
),
0 commit comments