Skip to content

Commit

Permalink
Update upload_cubit.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Nov 18, 2024
1 parent 6f763c6 commit 8ceaba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blocs/upload/upload_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class UploadCubit extends Cubit<UploadState> {

void setIsUploadingCustomManifest(bool value) {
_uploadFileAsCustomManifest = value;
emit((state as UploadReady).copyWith(isUploadingCustomManifest: value));
emit((state as UploadReady).copyWith(uploadFileAsCustomManifest: value));
}

Future<void> prepareManifestUpload() async {
Expand Down

0 comments on commit 8ceaba1

Please sign in to comment.