Skip to content

Commit 1cbf1cd

Browse files
fix volumes search filter (#11168)
1 parent 80f46ad commit 1cbf1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/view/SearchView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ export default {
978978
},
979979
fetchVolumes (searchKeyword) {
980980
return new Promise((resolve, reject) => {
981-
api('listvolumes', { listAll: true, isencrypted: searchKeyword }).then(json => {
981+
api('listVolumes', { listAll: true, isencrypted: searchKeyword }).then(json => {
982982
const volumes = json.listvolumesresponse.volume
983983
resolve({
984984
type: 'isencrypted',

0 commit comments

Comments
 (0)