- updates and fixes;

This commit is contained in:
Vitalii Kiiko
2024-09-03 17:24:41 +02:00
parent 429ca3c1d1
commit 949ff95933
21 changed files with 342 additions and 117 deletions

View File

@@ -156,7 +156,7 @@ const BandoEditFormStep2 = forwardRef(function ({ initialData, getFormErrors },
}}/>
<FormField
type="fileupload"
type="fileuploadasync"
setDataFn={setValue}
fieldName="docs"
label={__('Documentazione', 'gepafin')}
@@ -173,7 +173,7 @@ const BandoEditFormStep2 = forwardRef(function ({ initialData, getFormErrors },
/>
<FormField
type="fileupload"
type="fileuploadasync"
setDataFn={setValue}
fieldName="images"
label={__('Immagine del Bando', 'gepafin')}
@@ -186,7 +186,7 @@ const BandoEditFormStep2 = forwardRef(function ({ initialData, getFormErrors },
/>
<FormFieldRepeater
data={values}
data={values['checkList']}
setDataFn={setValue}
fieldName="checkList"
options={checklistOptions}