Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#2582 from kris6673/dev
Browse files Browse the repository at this point in the history
Update wording in standards
  • Loading branch information
KelvinTegelaar committed Jun 21, 2024
2 parents 7f00c72 + 4f23d74 commit e1dbcd7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/views/tenant/standards/ListAppliedStandards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ const ApplyNewStandard = () => {
/>
</CCol>
<CCol md={3}>
<h5>Optional Input</h5>
<h5>Settings</h5>
</CCol>
</CRow>
</CAccordionBody>
Expand Down Expand Up @@ -647,7 +647,7 @@ const ApplyNewStandard = () => {
/>
</CCol>
<CCol md={3}>
<h5>Optional Input</h5>
<h5>Settings</h5>
{obj.addedComponent &&
obj.addedComponent.map((component) => (
<>
Expand Down Expand Up @@ -768,7 +768,7 @@ const ApplyNewStandard = () => {
<RFFCFormSwitch name={`${template.switchName}.remediate`} />
</CCol>
<CCol md={3}>
<h5>Optional Input</h5>
<h5>Settings</h5>
{template.templates.isSuccess && (
<RFFSelectSearch
name={`${template.switchName}.TemplateList`}
Expand Down Expand Up @@ -845,7 +845,7 @@ const ApplyNewStandard = () => {
<RFFCFormSwitch name={`standards.APConfig.remediate`} />
</CCol>
<CCol md={3}>
<h5>Optional Input</h5>
<h5>Settings</h5>
<CRow>
<CCol md={12}>
<RFFCFormInput
Expand Down Expand Up @@ -955,7 +955,7 @@ const ApplyNewStandard = () => {
<RFFCFormSwitch name={`standards.APESP.remediate`} />
</CCol>
<CCol md={3}>
<h5>Optional Input</h5>
<h5>Settings</h5>
<CRow>
<CCol>
<RFFCFormInput
Expand Down

0 comments on commit e1dbcd7

Please sign in to comment.