Mark link as trusted when opening, fixes #331.

This commit is contained in:
Paul
2021-10-10 16:11:43 +01:00
parent fdcea21c79
commit e7d0cf169a
2 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ export function ExternalLinkModal({ onClose, link }: Props) {
actions={[
{
onClick: () => {
openLink(link);
openLink(link, true);
onClose();
},
confirmation: true,