fix(stacks): remove old dependency from stacks redeploy controller EE-5138 (#8609)
parent
2a55d20eff
commit
8345d1471e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue