Skip to content

Commit

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

Please sign in to comment.