Changed go.mod slightly

This commit is contained in:
Frikky
2023-10-19 14:19:34 +02:00
parent f4ebe2d046
commit 5a33135dd7
4 changed files with 9 additions and 4 deletions
@@ -171,8 +171,13 @@ const WorkflowTemplatePopup = (props) => {
// name: "Email analysis"
// source:{app_id: "accdaaf2eeba6a6ed43b2efc0112032d", app_name
setWorkflowLoading(true)
if (srcapp.includes(":default") || dstapp.includes(":default")) {
toast("You need to select both a source and destination app before generating this workflow.")
return
}
setWorkflowLoading(true)
// FIXME: Remove hardcoding here after testing, and user srcapp/dstapp
const newsrcapp = srcapp