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",
|
"isSendSessionEnabled",
|
||||||
"Send Appsmith signature header",
|
"Send Appsmith signature header",
|
||||||
"",
|
"",
|
||||||
true,
|
false,
|
||||||
)}
|
)}
|
||||||
</FormInputContainer>
|
</FormInputContainer>
|
||||||
{formData.isSendSessionEnabled && (
|
{formData.isSendSessionEnabled && (
|
||||||
|
|
@ -331,7 +331,7 @@ class DatasourceRestAPIEditor extends React.Component<Props> {
|
||||||
"connection.ssl.authTypeControl",
|
"connection.ssl.authTypeControl",
|
||||||
"Use Self-Signed Certificate",
|
"Use Self-Signed Certificate",
|
||||||
"",
|
"",
|
||||||
true,
|
false,
|
||||||
)}
|
)}
|
||||||
</FormInputContainer>
|
</FormInputContainer>
|
||||||
{this.renderSelfSignedCertificateFields()}
|
{this.renderSelfSignedCertificateFields()}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user