chore: document audit log

This commit is contained in:
Catalin Pit
2025-07-07 16:10:41 +03:00
parent 1511d2288c
commit 34caad2641
10 changed files with 95 additions and 9 deletions

View File

@ -43,6 +43,7 @@ export const DocumentSigningAttachmentsDialog = ({
<Trans>No attachments available.</Trans>
</span>
)}
{attachments.map((attachment, idx) => (
<a
key={attachment.id || idx}