Skip to content

Commit fe1ec32

Browse files
Joffrey LEVEUGLECyrille Bourgois
authored andcommitted
fix(emailpro): reinit an account works now correctly (#1300)
1 parent 0293e43 commit fe1ec32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/manager/modules/emailpro/src/account/remove/emailpro-account-remove.controller.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
export default /* @ngInject */ class ExchangeAddAccountCtrl {
1+
export default class ExchangeRemoveAccountCtrl {
2+
/* @ngInject */
3+
24
constructor($scope, $stateParams, $translate, EmailPro) {
35
this.$scope = $scope;
46
this.$stateParams = $stateParams;

0 commit comments

Comments
 (0)