From 2e60a9d43cd3875ac32cdfaa291fed102158f7e2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 6 Sep 2019 15:29:59 -0700 Subject: [PATCH] init creatingBackup variable --- src/views/apps.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/apps.js b/src/views/apps.js index bdc2985f7..cd6f6a6f0 100644 --- a/src/views/apps.js +++ b/src/views/apps.js @@ -442,6 +442,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$location $scope.appRestore.app = app; $scope.appRestore.busyFetching = true; + $scope.appRestore.creatingBackup = $scope.appRestore.app.installationState === 'pending_backup'; $('#appRestoreModal').modal('show');