feat(frontend): show audit log entry for closed reports

This commit is contained in:
sam 2025-02-03 17:35:34 +01:00
parent cacd3a30b7
commit 6bb01f0bf1
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
6 changed files with 81 additions and 12 deletions

View file

@ -75,6 +75,7 @@ export type ReportDetails = {
report: Report;
user: User;
member?: Member;
audit_log_entry?: AuditLogEntry;
};
export type QueriedUser = {