fix: lti config fields hidden for all if pii sharing is disabled

This commit is contained in:
Mehak Nasir
2022-03-30 18:00:57 +05:00
committed by Mehak Nasir
parent 3836b4328e
commit 845e352376

View File

@@ -93,7 +93,7 @@ function LtiConfigForm({ onSubmit, intl, formRef }) {
}}
/>
</p>
{showLTIConfig && (
{(showLTIConfig && piiConfig.piiSharing) && (
<>
<p>{intl.formatMessage(messages.formInstructions)}</p>
<Form.Group