fix: volume name update while typing

This commit is contained in:
jialin
2026-04-10 15:17:58 +08:00
committed by jialin
parent f2a4ab2654
commit 0956538b79
3 changed files with 38 additions and 33 deletions
@@ -174,10 +174,7 @@ const ClusterForm: React.FC<AddModalProps> = forwardRef(
></SealTextArea>
</Form.Item>
{provider === ProviderValueMap.Kubernetes && (
<K8SVolumeMount
action={action}
currentData={currentData}
></K8SVolumeMount>
<K8SVolumeMount action={action}></K8SVolumeMount>
)}
<CollapsePanel
accordion={false}