- updated code for new upload API;
This commit is contained in:
@@ -189,7 +189,8 @@ const BandoEditFormStep2 = forwardRef(function ({ initialData, getFormErrors },
|
||||
multiple={true}
|
||||
doctype='document'
|
||||
register={register}
|
||||
callId={values.id}
|
||||
sourceId={values.id}
|
||||
source="call"
|
||||
/>
|
||||
|
||||
<FormField
|
||||
@@ -202,7 +203,8 @@ const BandoEditFormStep2 = forwardRef(function ({ initialData, getFormErrors },
|
||||
defaultValue={values['images']}
|
||||
doctype='images'
|
||||
register={register}
|
||||
callId={values.id}
|
||||
sourceId={values.id}
|
||||
source="call"
|
||||
/>
|
||||
|
||||
<FormFieldRepeater
|
||||
|
||||
Reference in New Issue
Block a user