From c8b0ec64f016de681aeea972c047357a4e1bbade Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 8 Jun 2022 10:48:52 -0700 Subject: [PATCH] Fix storage repair --- src/views/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/app.js b/src/views/app.js index 08bf1341c..97958f172 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -1859,7 +1859,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location' break; case ISTATES.PENDING_DATA_DIR_MIGRATION: - repairFunc = Client.configureApp.bind(null, $scope.app.id, 'data_dir', { dataDir: null }); + repairFunc = Client.configureApp.bind(null, $scope.app.id, 'storage', { storageVolumeId: null, storageVolumePrefix: null }); break; // this also happens for import faliures. this UI can only show backup listing. use CLI for arbit id/config