BUG: Fixed loop bug within JSON

This commit is contained in:
frikky
2021-01-03 18:17:09 +01:00
parent a176ae8eba
commit 2728d4d9dc
4 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -5028,7 +5028,7 @@ const AngularWorkflow = (props) => {
<div style={appApiViewStyle}>
<div style={{display: "flex", height: "40px", marginBottom: "30px"}}>
<div style={{flex: "1"}}>
<h3 style={{marginBottom: "5px"}}>{selectedTrigger.app_name}: {selectedTrigger.status}</h3>
<h3 style={{marginBottom: "5px"}}>{selectedTrigger.app_name}</h3>
<a target="_blank" href="https://shuffler.io/docs/triggers#subflow" style={{textDecoration: "none", color: "#f85a3e"}}>What are subflows?</a>
</div>
</div>