diff --git a/lib/features/attachments/blocs/attachments_bloc.dart b/lib/features/attachments/blocs/attachments_bloc.dart index cf6b307..fb60323 100644 --- a/lib/features/attachments/blocs/attachments_bloc.dart +++ b/lib/features/attachments/blocs/attachments_bloc.dart @@ -219,7 +219,7 @@ class AttachmentsBloc extends Bloc { parentId: state.parentId!, parentType: state.parentType, pickedFile: fakePlatformFile, - companyId: companyId!, + companyId: event.companyId, ), ); }