feat: add description for scadenza motivazione field in FormNewServizio
This commit is contained in:
parent
d93d23c607
commit
23b4e09e36
1 changed files with 4 additions and 0 deletions
|
|
@ -469,6 +469,7 @@ export const FormNewServizio = ({
|
|||
<FormLabel htmlFor="scadenza_motivazione_transitoria">
|
||||
Scadenza motivazione
|
||||
</FormLabel>
|
||||
|
||||
<FormMessage />
|
||||
</div>
|
||||
{isLimited ? (
|
||||
|
|
@ -521,6 +522,9 @@ export const FormNewServizio = ({
|
|||
</PopoverContent>
|
||||
</Popover>
|
||||
)}
|
||||
<FormDescription>
|
||||
es. scadenza contratto di lavoro, fine corso di studi, ecc.
|
||||
</FormDescription>
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue