Fixed customer documents by folder uid
This commit is contained in:
parent
3dfe25af12
commit
a7779f82b0
@ -66,6 +66,9 @@ export default function FolderInformation(props: IProps) {
|
||||
include: {
|
||||
contact: true,
|
||||
documents: {
|
||||
where: {
|
||||
folder_uid: folderUid,
|
||||
},
|
||||
include: {
|
||||
folder: true,
|
||||
document_type: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user