Skip to content

Commit

Permalink
Description added to feeNumber input in feeComplaintForm.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbrunvoll committed Sep 27, 2024
1 parent c80f84e commit 39e9863
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const FormContent = ({ state, send }: FormProps) => {
type="text"
name="feeNumber"
value={state.context.feeNumber || ''}
description={t(PageText.Contact.inputFields.feeNumber.description)}

Check failure on line 118 in src/page-modules/contact/ticket-control/forms/feeComplaintForm.tsx

View workflow job for this annotation

GitHub Actions / tsc

Property 'inputFields' does not exist on type '{ title: TranslatedString; homeLink: TranslatedString; ticketControl: { title: TranslatedString; feeComplaint: { title: TranslatedString; description: TranslatedString; info: TranslatedString; firstAgreement: { ...; }; secondAgreement: { ...; }; }; postponePayment: { ...; }; feedback: { ...; }; }; ... 10 more ...; c...'.
errorMessage={state.context?.errorMessages['feeNumber']?.[0]}
onChange={(e) =>
send({
Expand Down

0 comments on commit 39e9863

Please sign in to comment.