feat(frontend): show audit log entry for closed reports
This commit is contained in:
parent
cacd3a30b7
commit
6bb01f0bf1
6 changed files with 81 additions and 12 deletions
|
@ -75,6 +75,7 @@ export type ReportDetails = {
|
|||
report: Report;
|
||||
user: User;
|
||||
member?: Member;
|
||||
audit_log_entry?: AuditLogEntry;
|
||||
};
|
||||
|
||||
export type QueriedUser = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue