diff --git a/app/portainer/components/forms/stack-redeploy-git-form/stack-redeploy-git-form.controller.js b/app/portainer/components/forms/stack-redeploy-git-form/stack-redeploy-git-form.controller.js index 3f90e5c13..c53e96e76 100644 --- a/app/portainer/components/forms/stack-redeploy-git-form/stack-redeploy-git-form.controller.js +++ b/app/portainer/components/forms/stack-redeploy-git-form/stack-redeploy-git-form.controller.js @@ -7,7 +7,7 @@ import { baseStackWebhookUrl, createWebhookId } from '@/portainer/helpers/webhoo class StackRedeployGitFormController { /* @ngInject */ - constructor($async, $state, $compile, $scope, StackService, ModalService, Notifications, FormHelper) { + constructor($async, $state, $compile, $scope, StackService, Notifications, FormHelper) { this.$async = $async; this.$state = $state; this.$compile = $compile;