diff --git a/dashboard/src/views/app.js b/dashboard/src/views/app.js index 2681be37d..9da005e54 100644 --- a/dashboard/src/views/app.js +++ b/dashboard/src/views/app.js @@ -1516,6 +1516,10 @@ angular.module('Application').controller('AppController', ['$scope', '$location' $('#importBackupModal').modal('hide'); + // clear potential post-install flag + $scope.app.pendingPostInstallConfirmation = false; + delete localStorage['confirmPostInstall_' + $scope.app.id]; + refreshApp($scope.app.id, function (error) { if (error) return Client.error(error);