Skip to content

Commit

Permalink
fix(frontend): 修复redis集群变更传值问题 TencentBlueKing#8561
Browse files Browse the repository at this point in the history
  • Loading branch information
3octaves authored and hLinx committed Dec 12, 2024
1 parent 52c32eb commit 47ad7b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
currentSepcId: `${specConfig.id}`,
capacity: { total: rowData.currentCapacity?.total ?? 1, used: 0 },
clusterType: rowData.clusterType as ClusterTypes,
shardNum: rowData.currentShardNum,
shardNum: localValue.target_shard_num,
groupNum: localValue.count,
bkCloudId: rowData.bkCloudId,
};
Expand Down

0 comments on commit 47ad7b7

Please sign in to comment.