feat(Editor): show webhook info in test substep

This commit is contained in:
Ali BARIN
2022-12-07 23:42:01 +01:00
parent 3c62f182ab
commit 346a706e41
8 changed files with 81 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
export const generateExternalLink = (link: string) => (str: string) =>
(
<a href={link} target="_blank">
{str}
</a>
);