Correct quota type indexes (#11085)

This commit is contained in:
Harikrishna 2025-07-03 13:15:35 +05:30 committed by GitHub
parent 544028ca8e
commit 3b54194aef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ export const QUOTA_TYPES = [
}, },
{ {
id: 29, id: 29,
type: 'VPC' type: 'BUCKET'
}, },
{ {
id: 30, id: 30,
@ -115,7 +115,7 @@ export const QUOTA_TYPES = [
}, },
{ {
id: 31, id: 31,
type: 'BACKUP_OBJECT' type: 'VPC'
} }
] ]