Merge #100 into develop_web from feature/20251219_zy

feat(web): cluster handoffs disabled

* feature/20251219_zy: (1 commits)
  feat(web): cluster handoffs disabled

Signed-off-by: zhaoying <zhaoying@redbearai.com>
Merged-by: zhaoying <zhaoying@redbearai.com>

CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/100
This commit is contained in:
赵莹
2025-12-31 12:33:14 +08:00

View File

@@ -148,6 +148,7 @@ const Cluster = forwardRef<ClusterRef>((_props, ref) => {
value: type,
label: t(`application.${type}`),
labelDesc: t(`application.${type}Desc`),
disabled: type === 'handoffs'
}))}
allowClear={false}
/>