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