fix: When using fallback upgrade, UI showed that upgrade failed
continuous-integration/drone/push Build is passing Details

pull/469/head
Inex Code 2024-02-23 20:15:39 +03:00
parent 212c60c613
commit c8577b3bdf
1 changed files with 8 additions and 0 deletions

View File

@ -107,6 +107,14 @@ class JobsCubit extends Cubit<JobsState> {
const [],
),
);
} else if (result.success) {
emit(
JobsStateFinished(
[UpgradeServerJob(status: JobStatusEnum.finished)],
null,
const [],
),
);
} else {
emit(
JobsStateFinished(