Skip to content

Commit 1fa01ba

Browse files
committed
feat(dashboard): Update DashboardPage to pass HtHttpException to FailureStateWidget
1 parent 49f1f03 commit 1fa01ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dashboard/view/dashboard_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class _DashboardPageState extends State<DashboardPage> {
4343
}
4444
if (state.status == DashboardStatus.failure) {
4545
return FailureStateWidget(
46-
message: state.errorMessage ?? l10n.dashboardLoadFailure,
46+
exception: state.exception!,
4747
onRetry: () {
4848
context.read<DashboardBloc>().add(DashboardSummaryLoaded());
4949
},

0 commit comments

Comments
 (0)