Fixed code editor colorization and highlights

This commit is contained in:
Frikky
2024-03-20 15:33:14 +01:00
parent 05b80d2f55
commit 923b0e1ca4
2 changed files with 36 additions and 18 deletions
+4
View File
@@ -1678,6 +1678,10 @@ const AngularWorkflow = (defaultprops) => {
}
}
if (useworkflow.id === undefined || useworkflow.id === null || useworkflow.id.length === 0) {
useworkflow.id = props.match.params.key
}
setLastSaved(true);
fetch(`${globalUrl}/api/v1/workflows/${useworkflow.id}`, {
method: "PUT",