mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: remove issue link activity (#1644)
This commit is contained in:
parent
29b04bb3ef
commit
8a2cc6f919
@ -210,7 +210,22 @@ const activityDetails: {
|
|||||||
to the issue.
|
to the issue.
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
else return "removed a link.";
|
else
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
removed this{" "}
|
||||||
|
<a
|
||||||
|
href={`${activity.old_value}`}
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="font-medium text-custom-text-100 inline-flex items-center gap-1 hover:underline"
|
||||||
|
>
|
||||||
|
link
|
||||||
|
<Icon iconName="launch" className="!text-xs" />
|
||||||
|
</a>{" "}
|
||||||
|
from the issue.
|
||||||
|
</>
|
||||||
|
);
|
||||||
},
|
},
|
||||||
icon: <Icon iconName="link" className="!text-sm" aria-hidden="true" />,
|
icon: <Icon iconName="link" className="!text-sm" aria-hidden="true" />,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user