From 302bec114fa5123fca6ca20780da62cb2f4ea8d8 Mon Sep 17 00:00:00 2001 From: Mark M2 Macbook Date: Sat, 9 May 2026 10:08:29 +0200 Subject: [PATCH] fix --- lib/features/attachments/blocs/attachments_bloc.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ), ); }