Fixed execution_id redirects in workflow

This commit is contained in:
Frikky
2024-01-31 17:44:36 +01:00
parent 0c20b053f1
commit 95c925095b
3 changed files with 327 additions and 34 deletions
+4
View File
@@ -15083,6 +15083,10 @@ const AngularWorkflow = (defaultprops) => {
open={executionModalOpen}
onClose={() => {
setExecutionModalOpen(false)
const cursearch = typeof window === "undefined" || window.location === undefined ? "" : window.location.search;
const newitem = removeParam("execution_id", cursearch);
navigate(curpath + newitem)
}}
style={{ resize: "both", overflow: "auto", }}
hideBackdrop={false}