This commit is contained in:
2026-05-09 10:08:29 +02:00
parent 65aa3c7de8
commit 302bec114f

View File

@@ -219,7 +219,7 @@ class AttachmentsBloc extends Bloc<AttachmentsEvent, AttachmentsState> {
parentId: state.parentId!,
parentType: state.parentType,
pickedFile: fakePlatformFile,
companyId: companyId!,
companyId: event.companyId,
),
);
}