fix(stacks): remove old dependency from stacks redeploy controller EE-5138 (#8609)

pull/8615/head
matias-portainer 2023-03-07 13:35:43 -03:00 committed by GitHub
parent 2a55d20eff
commit 8345d1471e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;