{
+ addFilter(selectedCategory)
+ }}
+ />
+
+ : null}
{
return
}
- if (method === "POST" && redirect) {
- window.location.pathname = "/workflows/" + responseJson["id"];
- setModalOpen(false);
+ if (redirect) {
+ //window.location.pathname = "/workflows/" + responseJson["id"];
+ navigate("/workflows/" + responseJson["id"])
+ //setModalOpen(false);
} else if (!redirect) {
// Update :)
setTimeout(() => {
@@ -2034,7 +2152,7 @@ const Workflows = (props) => {
setImportLoading(false);
setModalOpen(false);
} else {
- alert.info("Successfully changed basic info for workflow");
+ //alert.info("Successfully changed basic info for workflow");
setModalOpen(false);
}
@@ -3498,11 +3616,25 @@ const Workflows = (props) => {
>
- {modalView}
+ {/*modalView*/}
{deleteModal}
{exportVerifyModal}
{publishModal}
{workflowDownloadModalOpen}
+
+ {modalOpen === true ?
+
+ : null}
{/*
Need assistance? Ask our support team (it's free!).