fix
This commit is contained in:
@@ -219,7 +219,7 @@ class AttachmentsBloc extends Bloc<AttachmentsEvent, AttachmentsState> {
|
|||||||
parentId: state.parentId!,
|
parentId: state.parentId!,
|
||||||
parentType: state.parentType,
|
parentType: state.parentType,
|
||||||
pickedFile: fakePlatformFile,
|
pickedFile: fakePlatformFile,
|
||||||
companyId: companyId!,
|
companyId: event.companyId,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user