Skip to content
Snippets Groups Projects
Commit 16bb4448 authored by Robin Leber's avatar Robin Leber
Browse files

fix: error (add when not paused)

parent 5fa6b403
Branches
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ const handleSubmit = (node, code) => {
id: window.selectedFilter,
code: code,
isDeployed: false,
isPaused: false,
};
createCustomCode(requestBody);
node.style.visibility = "hidden";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment