This commit is contained in:
Sebastian 2022-11-18 13:56:48 -03:00
parent 1c4b3b4488
commit 5e12a35c77
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1
2 changed files with 6 additions and 0 deletions

View File

@ -125,6 +125,9 @@ export function ReadyView({
label="Subject"
variant="filled"
error={subject.error}
helperText={
<i18n.Translate>Short description of the invoice</i18n.Translate>
}
required
fullWidth
value={subject.value}

View File

@ -93,6 +93,9 @@ export function ReadyView({
<TextField
label="Subject"
variant="filled"
helperText={
<i18n.Translate>Short description of the transfer</i18n.Translate>
}
error={subject.error}
required
fullWidth