diff --git a/awx/ui/static/js/controllers/Projects.js b/awx/ui/static/js/controllers/Projects.js index 8b17cdfc58..d2299d9da1 100644 --- a/awx/ui/static/js/controllers/Projects.js +++ b/awx/ui/static/js/controllers/Projects.js @@ -528,6 +528,7 @@ function ProjectsEdit($scope, $rootScope, $compile, $location, $log, $routeParam id = $routeParams.id, relatedSets = {}; + SchedulesList.well = false; generator.inject(form, { mode: 'edit', related: true, scope: $scope }); generator.reset();