feat(web): cluster handoffs disabled
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