BUG: Added organization for workflow imports

This commit is contained in:
frikky
2020-12-08 11:12:39 +01:00
parent 6ae79cc87d
commit 0adb4bbaaf
3 changed files with 30 additions and 8 deletions
+1 -1
View File
@@ -1204,7 +1204,7 @@ const Workflows = (props) => {
<div style={workflowViewStyle}>
<div style={{display: "flex"}}>
<div style={{flex: "4"}}>
<h2>Workflows</h2>
<h2>Workflows ({workflows.length})</h2>
</div>
<div style={{marginTop: 20}}>
{workflowButtons}