feat: introduce steps in flow editor

This commit is contained in:
Ali BARIN
2021-12-26 11:43:18 +01:00
committed by Ömer Faruk Aydın
parent a232408f22
commit 247b25cfc4
8 changed files with 85 additions and 19 deletions

View File

@@ -32,5 +32,7 @@
"connection.addedAt": "added {datetime}",
"createFlow.creating": "Creating a flow...",
"flow.active": "Enabled",
"flow.inactive": "Disabled"
"flow.inactive": "Disabled",
"flowStep.triggerType": "Trigger",
"flowStep.actionType": "Action"
}