mirror of
https://github.com/docmost/docmost.git
synced 2026-05-21 01:04:39 +08:00
@@ -235,6 +235,7 @@ export default function AuditLogsTable({
|
||||
{entry.actor ? (
|
||||
<Group gap="sm" wrap="nowrap">
|
||||
<CustomAvatar
|
||||
avatarUrl={entry.actor.avatarUrl}
|
||||
name={entry.actor.name}
|
||||
size={36}
|
||||
/>
|
||||
|
||||
@@ -18,6 +18,7 @@ export type IAuditLog = {
|
||||
id: string;
|
||||
name: string;
|
||||
email: string;
|
||||
avatarUrl?: string;
|
||||
};
|
||||
resource?: {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user