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:
@@ -148,6 +148,7 @@ const Cluster = forwardRef<ClusterRef>((_props, ref) => {
|
|||||||
value: type,
|
value: type,
|
||||||
label: t(`application.${type}`),
|
label: t(`application.${type}`),
|
||||||
labelDesc: t(`application.${type}Desc`),
|
labelDesc: t(`application.${type}Desc`),
|
||||||
|
disabled: type === 'handoffs'
|
||||||
}))}
|
}))}
|
||||||
allowClear={false}
|
allowClear={false}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user