fix attachments for org edit
This commit is contained in:
parent
65e03e707c
commit
84554174ac
|
@ -7,6 +7,7 @@
|
|||
$scope.login = {};
|
||||
$scope.loading = true;
|
||||
$scope.isPremium = true;
|
||||
$scope.canUseAttachments = true;
|
||||
var closing = false;
|
||||
|
||||
apiService.logins.getAdmin({ id: loginId }, function (login) {
|
||||
|
|
Loading…
Reference in New Issue