fix volumes search filter (#11168)

This commit is contained in:
Bernardo De Marco Gonçalves 2025-07-09 09:31:18 -03:00 committed by GitHub
parent 80f46ad55d
commit 1cbf1cd2cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',