feat(Editor): show webhook info in test substep
This commit is contained in:
6
packages/web/src/helpers/translation-values.tsx
Normal file
6
packages/web/src/helpers/translation-values.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
export const generateExternalLink = (link: string) => (str: string) =>
|
||||
(
|
||||
<a href={link} target="_blank">
|
||||
{str}
|
||||
</a>
|
||||
);
|
Reference in New Issue
Block a user