Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSP-6905 Fix section headers #3489

Merged
merged 2 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const UpdateCompensationRequisitionForm: React.FC<CompensationRequisitionFormPro
<UnsavedChangesPrompt />

<StyledContent>
<Section header="Requisition details">
<Section header="Requisition Details">
<SectionField label="Status" labelWidth="5">
<Select
field="status"
Expand Down Expand Up @@ -200,7 +200,7 @@ const UpdateCompensationRequisitionForm: React.FC<CompensationRequisitionFormPro
</SectionField>
</Section>

<Section header="Financial coding">
<Section header="Financial Coding">
<SectionField label="Product" labelWidth="4">
{acquisitionFile.product?.code ?? ''}
</SectionField>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ exports[`Compensation Requisition UpdateForm component renders as expected 1`] =
<div
class="col"
>
Requisition details
Requisition Details
</div>
</div>
</h2>
Expand Down Expand Up @@ -577,7 +577,7 @@ exports[`Compensation Requisition UpdateForm component renders as expected 1`] =
<div
class="col"
>
Financial coding
Financial Coding
</div>
</div>
</h2>
Expand Down