Do not set null prefix

This commit is contained in:
Girish Ramakrishnan
2022-06-03 10:44:13 -07:00
parent ae142b55f8
commit 0bb894075c
+1 -1
View File
@@ -693,7 +693,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
$scope.storage.error = {};
$scope.storage.storageVolumeId = app.storageVolumeId;
$scope.storage.storageVolumePrefix = app.storageVolumePrefix;
$scope.storage.storageVolumePrefix = app.storageVolumePrefix || '';
$scope.storage.mounts = [];
$scope.storage.locationOptions = [