From b6cfd55aad54ea3ab80a4b00488bee9827777258 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Wed, 31 Dec 2025 12:32:50 +0800 Subject: [PATCH] feat(web): cluster handoffs disabled --- web/src/views/ApplicationConfig/Cluster.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/views/ApplicationConfig/Cluster.tsx b/web/src/views/ApplicationConfig/Cluster.tsx index 058c3442..ec38c96a 100644 --- a/web/src/views/ApplicationConfig/Cluster.tsx +++ b/web/src/views/ApplicationConfig/Cluster.tsx @@ -148,6 +148,7 @@ const Cluster = forwardRef((_props, ref) => { value: type, label: t(`application.${type}`), labelDesc: t(`application.${type}Desc`), + disabled: type === 'handoffs' }))} allowClear={false} />