Added styling to all workflow actions

This commit is contained in:
frikky
2021-05-30 15:46:15 +02:00
parent 49453f6041
commit 23d120947a
9 changed files with 210 additions and 37 deletions
@@ -65,6 +65,12 @@ const Workflow = (props) => {
return null
}
if (apps === undefined || apps === null || apps.length === 0) {
console.log("No apps loaded: ", apps)
setConfigureWorkflowModalOpen(false)
return null
}
setFirstLoad(workflow.id)
const newactions = []
for (var key in workflow.actions) {