Fixed execution_id redirects in workflow
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user