fix typo
This commit is contained in:
garanews
2020-10-01 13:25:47 +02:00
parent 074093adb4
commit 31ee2dfdec
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ const EditWebhook = (props) => {
</div>
: null
// FIXME - needs refresh everytime you add a new workflow
// FIXME - needs refresh every time you add a new workflow
const workflowdata = Object.getOwnPropertyNames(webhookData).length > 0 && selectedWorkflows.length > 0 ?
<EditWorkflow globalUrl={globalUrl} inputworkflows={selectedWorkflows} inputname={webhookData.info.name} inputtype={webhookData.type} /> : null