fix: update label text in GeneralSection for clarity
This commit is contained in:
parent
cf35fac146
commit
b94c69b846
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ const GeneralSection = () => {
|
||||||
<div className="flex flex-col gap-x-4 gap-y-2 rounded-md border border-border bg-muted p-2 sm:flex-row">
|
<div className="flex flex-col gap-x-4 gap-y-2 rounded-md border border-border bg-muted p-2 sm:flex-row">
|
||||||
<div className="w-full">
|
<div className="w-full">
|
||||||
<Label className="text-base" htmlFor="select-mesi">
|
<Label className="text-base" htmlFor="select-mesi">
|
||||||
Entro mese (da preferenze servizio):
|
Entro mese (da parametri servizio):
|
||||||
</Label>
|
</Label>
|
||||||
<MultiSelect
|
<MultiSelect
|
||||||
defaultValue={
|
defaultValue={
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue