fix: ds form required checkboxes issue fixed (#32449)

This commit is contained in:
sneha122 2024-04-05 18:49:42 +05:30 committed by GitHub
parent 46498aa93a
commit 8b670e2e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()}