Bugfixes for workflows and executions

This commit is contained in:
frikky
2021-04-13 21:52:32 +02:00
parent 8648daa95b
commit 033124b6ec
7 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -1111,7 +1111,7 @@ const Admin = (props) => {
const generateApikey = (user) => {
const userId = isCloud ? user.username : user.id
const userId = user.id
const data = { "user_id": userId }
fetch(globalUrl + "/api/v1/generateapikey", {