fix: tempalte/content based stacks edit/delete

This commit is contained in:
Dmitry Salakhov
2021-09-29 13:37:24 +13:00
parent 21e767a66e
commit 99ff9b21f9

View File

@@ -169,6 +169,7 @@ func (handler *Handler) createKubernetesStackFromFileContent(w http.ResponseWrit
Output: output,
}
doCleanUp = false
return response.JSON(w, resp)
}