Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Correct quota type indexes
  • Loading branch information
harikrishna-patnala committed Jun 25, 2025
commit 1cb551240c5b5465da0b0598b072e3ae3cf7e7a0
4 changes: 2 additions & 2 deletions ui/src/utils/quota.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ export const QUOTA_TYPES = [
},
{
id: 29,
type: 'VPC'
type: 'BUCKET'
},
{
id: 30,
type: 'NETWORK'
},
{
id: 31,
type: 'BACKUP_OBJECT'
type: 'VPC'
}
]

Expand Down
Loading