typo in variable name

This commit is contained in:
Girish Ramakrishnan
2020-04-03 09:56:38 -07:00
parent a2df4db504
commit cd2a94ddb8

View File

@@ -230,7 +230,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
currentConfig: {},
reset: function () {
$scope.cloudronNameChange.busy = false;
$scope.registryConfig.busy = false;
$scope.registryConfig.error = null;
$scope.registryConfig.serverAddress = $scope.registryConfig.currentConfig.serverAddress;