Fixed customer documents by folder uid

This commit is contained in:
Vins 2024-07-23 14:34:22 +02:00
parent 3dfe25af12
commit a7779f82b0

View File

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