allows all WFJT tabs to properly route to workflow visualizer

This commit is contained in:
Alex Corey 2019-09-13 13:39:08 -04:00
parent 9f0657e19a
commit 9e8d0758c8

View File

@ -62,7 +62,7 @@ export default [
}
$scope.openWorkflowMaker = function() {
$state.go('.workflowMaker');
$state.go('templates.editWorkflowJobTemplate.workflowMaker');
};
$scope.formSave = function () {