feat: add status in flow row

This commit is contained in:
Ali BARIN
2022-08-24 23:22:56 +02:00
parent f66656fd4e
commit c361b9af8d
4 changed files with 15 additions and 0 deletions

View File

@@ -40,6 +40,8 @@
"createFlow.creating": "Creating a flow...",
"flow.active": "ON",
"flow.inactive": "OFF",
"flow.published": "Published",
"flow.draft": "Draft",
"flowEditor.publish": "PUBLISH",
"flowEditor.unpublish": "UNPUBLISH",
"flowEditor.publishFlowCannotBeUpdated": "To edit this flow, you must first unpublish it.",