From 3b54194aef18c44a37489614ce3391eceab55b2f Mon Sep 17 00:00:00 2001 From: Harikrishna Date: Thu, 3 Jul 2025 13:15:35 +0530 Subject: [PATCH] Correct quota type indexes (#11085) --- ui/src/utils/quota.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/utils/quota.js b/ui/src/utils/quota.js index 485c99131d2..b8adbb93518 100644 --- a/ui/src/utils/quota.js +++ b/ui/src/utils/quota.js @@ -107,7 +107,7 @@ export const QUOTA_TYPES = [ }, { id: 29, - type: 'VPC' + type: 'BUCKET' }, { id: 30, @@ -115,7 +115,7 @@ export const QUOTA_TYPES = [ }, { id: 31, - type: 'BACKUP_OBJECT' + type: 'VPC' } ]