Merge branch 'main' into 1.4.0

This commit is contained in:
Frikky
2024-05-22 02:28:22 +02:00
committed by GitHub
13 changed files with 252 additions and 135 deletions
+2
View File
@@ -31,7 +31,9 @@ import {
Delete as DeleteIcon,
} from "@mui/icons-material";
import edgehandles from "cytoscape-edgehandles";
import cytoscape from "cytoscape";
import { toast } from 'react-toastify';
+5
View File
@@ -362,6 +362,11 @@ const AuthenticationOauth2 = (props) => {
}
}
let workflowIdNew = ""
if (workflow !== undefined && workflow !== null && workflow.id !== undefined && workflow.id !== null) {
workflowIdNew = workflow.id
}
const appAuthData = {
"label": "OAuth2 for " + selectedApp.name,
"app": {