forked from administration/panel
feat: link to author in message snapshot view
parent
80ba4b7d77
commit
991cbef040
|
@ -112,6 +112,9 @@ export function CompactMessage({
|
|||
</AlertDialogDescription>
|
||||
</AlertDialogHeader>
|
||||
<AlertDialogFooter>
|
||||
<Link href={`/panel/inspect/user/${message.author}`}>
|
||||
<AlertDialogCancel>Author</AlertDialogCancel>
|
||||
</Link>
|
||||
<Link href={`/panel/inspect/message/${message._id}`}>
|
||||
<AlertDialogCancel>Inspect</AlertDialogCancel>
|
||||
</Link>
|
||||
|
|
Loading…
Reference in New Issue