Fixup crash if dns preflight check fails

This commit is contained in:
Johannes Zellner
2022-10-13 21:10:55 +02:00
parent 43300c9f69
commit da1653cc77
+1 -1
View File
@@ -324,7 +324,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$tran
});
}, function (error) {
if (error) {
$scope.location.busy = false;
$scope.appInstall.busy = false;
return Client.error(error);
}