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

@@ -65,3 +65,6 @@ export const UPDATES = '/updates';
export const SETTINGS_PROFILE = `${SETTINGS}/${PROFILE}`;
export const DASHBOARD = FLOWS;
// External links
export const WEBHOOK_DOCS = 'https://automatisch.io/docs'