feat(web): cluster handoffs disabled

This commit is contained in:
zhaoying
2025-12-31 12:32:50 +08:00
parent 24d68de98c
commit b6cfd55aad

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}
/>