Added backend statistics for dashboard

This commit is contained in:
frikky
2020-05-14 08:48:20 +02:00
parent e3dca4c17e
commit 7c33b91f1f
9 changed files with 297 additions and 53 deletions
+1 -1
View File
@@ -4016,7 +4016,7 @@ const AngularWorkflow = (props) => {
},
}}
color="secondary"
placeholder={"Optional argument"}
placeholder={"Execution Argument"}
onBlur={(e) => {
setExecutionText(e.target.value)
}}