fix: display incorrect count of document on dashboard

This commit is contained in:
RaktimaNXG
2024-09-05 18:32:42 +05:30
parent 3eaba55823
commit 3b79da527d
2 changed files with 2 additions and 1 deletions
@@ -243,6 +243,7 @@ export default function reportJson(id, userId) {
reportName: 'Recent signature requests',
params: {
Type: { $ne: 'Folder' },
SignedUrl: { $ne: null },
IsCompleted: { $ne: true },
IsDeclined: { $ne: true },
IsArchive: { $ne: true },