fix: changed notice always display

This commit is contained in:
jialin
2026-06-11 20:02:27 +08:00
committed by jialin
parent a7b33a928b
commit 77e92432ed
4 changed files with 5 additions and 8 deletions
@@ -263,10 +263,6 @@ const ClusterForm: React.FC<AddModalProps> = forwardRef(
<Form.Item<FormData>
name="description"
rules={[{ required: false }]}
// For Kubernetes the cluster type selector follows directly, so
// fall back to the default item margin (matching the name field)
// to keep the description spacing symmetric; other providers keep
// the tighter gap before the advanced panel.
style={{
marginBottom:
provider === ProviderValueMap.Kubernetes ? undefined : 8