diff --git a/src/views/apps.js b/src/views/apps.js index d7fc1dee0..aa4d44bbb 100644 --- a/src/views/apps.js +++ b/src/views/apps.js @@ -330,6 +330,8 @@ angular.module('Application').controller('AppsController', ['$scope', '$location }, submit: function () { + if (!$scope.appPostInstallConfirm.confirmed) return; + $scope.appPostInstallConfirm.app.pendingPostInstallConfirmation = false; delete localStorage['confirmPostInstall_' + $scope.appPostInstallConfirm.app.id];