Fix NPE
This commit is contained in:
parent
251a843d21
commit
0334d3a31a
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ angular.module('quay').directive('convertUserToOrg', function () {
|
||||||
},
|
},
|
||||||
controller: function($scope, $element, Features, PlanService, Config, ApiService) {
|
controller: function($scope, $element, Features, PlanService, Config, ApiService) {
|
||||||
$scope.convertStep = 0;
|
$scope.convertStep = 0;
|
||||||
|
$scope.org = {};
|
||||||
|
|
||||||
$scope.showConvertForm = function() {
|
$scope.showConvertForm = function() {
|
||||||
if (Features.BILLING) {
|
if (Features.BILLING) {
|
||||||
|
|
Reference in a new issue