Skip to content

Commit

Permalink
fix(frontend): redis自定义部署参数丢失 #8228
Browse files Browse the repository at this point in the history
  • Loading branch information
3octaves authored and hLinx committed Nov 27, 2024
1 parent 9646498 commit 203880f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
return {
spec_name: specData?.spec_name || '',
machine_pair: modelValue.value.count,
cluster_shard_num: shardNum.value,
cluster_shard_num: Number(clusterShardNum.value),
cluster_capacity: totalCapcity.value || 0,
};
},
Expand Down

0 comments on commit 203880f

Please sign in to comment.