mirror of
https://github.com/Canner/WrenAI.git
synced 2026-08-30 18:00:36 +08:00
fix(wren-ui): sql server ssl property default value replace with initial value
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user