fix(wren-ui): sql server ssl property default value replace with initial value

This commit is contained in:
andreashimin
2025-02-25 23:01:29 +08:00
parent 2c79c98b73
commit 98dfeeb527
@@ -94,8 +94,9 @@ export default function SQLServerProperties(props: Props) {
label="Enable Trust Server Certificate"
name="trustServerCertificate"
valuePropName="checked"
initialValue={true}
>
<Switch defaultChecked />
<Switch />
</Form.Item>
</>
);