Skip to content

Commit

Permalink
restore backup error message
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Oct 8, 2024
1 parent 40fde87 commit 797a87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view_model/restore_from_backup_view_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ abstract class RestoreFromBackupViewModelBase with Store {
));
}

state = FailureState("$msg\n$s");
state = FailureState(msg);
}
}
}

0 comments on commit 797a87e

Please sign in to comment.