boh
This commit is contained in:
@@ -100,7 +100,7 @@ class _DashboardTasksCardContent extends StatelessWidget {
|
||||
if (state.status == DashboardTaskListStatus.failure) {
|
||||
return Center(
|
||||
child: Text(
|
||||
"Errore di caricamento",
|
||||
"Errore di caricamento ${state.errorMessage}",
|
||||
style: TextStyle(color: theme.colorScheme.error),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user