Added initial hybrid proxy setup

This commit is contained in:
frikky
2021-06-07 10:56:08 +02:00
parent 8844544d53
commit 60eeebb210
5 changed files with 39 additions and 13 deletions
+2 -2
View File
@@ -531,7 +531,7 @@ const Workflows = (props) => {
deleteWorkflow(selectedWorkflowId)
setTimeout(() => {
getAvailableWorkflows()
}, 500)
}, 1000)
}
setDeleteModalOpen(false)
}} color="primary">
@@ -1491,7 +1491,7 @@ const Workflows = (props) => {
// Update :)
setTimeout(() => {
getAvailableWorkflows()
}, 500)
}, 1000)
setImportLoading(false)
} else {
alert.info("Successfully changed basic info for workflow")