From 8345d1471e3817b0608b6b0a3bb5c9b9da2b4453 Mon Sep 17 00:00:00 2001 From: matias-portainer <104775949+matias-portainer@users.noreply.github.com> Date: Tue, 7 Mar 2023 13:35:43 -0300 Subject: [PATCH] fix(stacks): remove old dependency from stacks redeploy controller EE-5138 (#8609) --- .../stack-redeploy-git-form.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;