mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-29 06:00:52 +02:00
Add files via upload
This commit is contained in:
@@ -1613,6 +1613,7 @@
|
||||
window.closeWorkflowDryRunPanel = closeWorkflowDryRunPanel;
|
||||
|
||||
window.saveWorkflowDraft = async function () {
|
||||
if (typeof requirePermission === 'function' && !requirePermission('workflow:write')) return;
|
||||
initCy();
|
||||
const meta = readWorkflowMetaFromForm();
|
||||
if (!meta.id || !meta.name) {
|
||||
|
||||
Reference in New Issue
Block a user