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">
|
<FormLabel htmlFor="scadenza_motivazione_transitoria">
|
||||||
Scadenza motivazione
|
Scadenza motivazione
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
|
|
||||||
<FormMessage />
|
<FormMessage />
|
||||||
</div>
|
</div>
|
||||||
{isLimited ? (
|
{isLimited ? (
|
||||||
|
|
@ -521,6 +522,9 @@ export const FormNewServizio = ({
|
||||||
</PopoverContent>
|
</PopoverContent>
|
||||||
</Popover>
|
</Popover>
|
||||||
)}
|
)}
|
||||||
|
<FormDescription>
|
||||||
|
es. scadenza contratto di lavoro, fine corso di studi, ecc.
|
||||||
|
</FormDescription>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue