Skip to content

Commit

Permalink
fix(frontend): 修复redis集群变更传值问题 #8561
Browse files Browse the repository at this point in the history
  • Loading branch information
3octaves committed Dec 12, 2024
1 parent 974db2d commit 08dc514
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 08dc514

Please sign in to comment.