fix: ds form required checkboxes issue fixed (#32449)
This commit is contained in:
parent
46498aa93a
commit
8b670e2e92
|
|
@ -311,7 +311,7 @@ class DatasourceRestAPIEditor extends React.Component<Props> {
|
|||
"isSendSessionEnabled",
|
||||
"Send Appsmith signature header",
|
||||
"",
|
||||
true,
|
||||
false,
|
||||
)}
|
||||
</FormInputContainer>
|
||||
{formData.isSendSessionEnabled && (
|
||||
|
|
@ -331,7 +331,7 @@ class DatasourceRestAPIEditor extends React.Component<Props> {
|
|||
"connection.ssl.authTypeControl",
|
||||
"Use Self-Signed Certificate",
|
||||
"",
|
||||
true,
|
||||
false,
|
||||
)}
|
||||
</FormInputContainer>
|
||||
{this.renderSelfSignedCertificateFields()}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user