diff --git a/ui/src/components/view/SearchView.vue b/ui/src/components/view/SearchView.vue index 57e941a5844d..fb66d24221ba 100644 --- a/ui/src/components/view/SearchView.vue +++ b/ui/src/components/view/SearchView.vue @@ -978,7 +978,7 @@ export default { }, fetchVolumes (searchKeyword) { return new Promise((resolve, reject) => { - api('listvolumes', { listAll: true, isencrypted: searchKeyword }).then(json => { + api('listVolumes', { listAll: true, isencrypted: searchKeyword }).then(json => { const volumes = json.listvolumesresponse.volume resolve({ type: 'isencrypted',