Merge branch 'dev' of github.com:smart-chain-fr/leCoffre-front into dev

This commit is contained in:
Max S 2024-07-23 14:38:26 +02:00
commit ccb82bb089

View File

@ -66,6 +66,9 @@ export default function FolderInformation(props: IProps) {
include: { include: {
contact: true, contact: true,
documents: { documents: {
where: {
folder_uid: folderUid,
},
include: { include: {
folder: true, folder: true,
document_type: true, document_type: true,