fix: mismatch report in need-your-sign report, unnecessary tour appears after click on don't show again in recipients signature flow

This commit is contained in:
RaktimaNXG
2024-07-17 09:47:30 +05:30
parent f4d7e33f97
commit c1438be9e0
2 changed files with 403 additions and 400 deletions
@@ -40,6 +40,7 @@ export default function reportJson(id, userId) {
IsCompleted: { $ne: true },
IsDeclined: { $ne: true },
IsArchive: { $ne: true },
SignedUrl: { $ne: null },
ExpiryDate: {
$gt: { __type: 'Date', iso: new Date().toISOString() },
},