Skip to content

Commit

Permalink
fix(dedicated.ip): fetch max qty from catalog (#9108)
Browse files Browse the repository at this point in the history
ref: DTRSD-110277

Signed-off-by: sachinrameshn <[email protected]>
  • Loading branch information
sachinrameshn authored Aug 28, 2023
1 parent 1d3428d commit d8e845d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const PRODUCT_TYPES = {
export const IP_AGORA = {
IPv4Failover: {
typeName: 'IPv4Failover',
maxQty: 8,
maxQty: 64,
minQty: 1,
},
IPv4Block: {
Expand Down

0 comments on commit d8e845d

Please sign in to comment.