Skip to content

Commit 121085a

Browse files
Corrected quota type indexes
1 parent 16c60c7 commit 121085a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/utils/quota.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ export const QUOTA_TYPES = [
107107
},
108108
{
109109
id: 29,
110-
type: 'VPC'
110+
type: 'BUCKET'
111111
},
112112
{
113113
id: 30,
114114
type: 'NETWORK'
115115
},
116116
{
117117
id: 31,
118-
type: 'BACKUP_OBJECT'
118+
type: 'VPC'
119119
}
120120
]
121121

0 commit comments

Comments
 (0)