- fixed displaying data in table form field;
- updated labels for fileupload fields;
This commit is contained in:
@@ -17,6 +17,8 @@ const FileuploadDelega = ({
|
||||
maxSize = 100000000,
|
||||
emptyText = __('Trascina qui il tuo file', 'gepafin'),
|
||||
chooseLabel = __('Aggiungi delega', 'gepafin'),
|
||||
uploadLabel = __('Salva documento', 'gepafin'),
|
||||
cancelLabel = __('Cancella documento', 'gepafin'),
|
||||
multiple = false,
|
||||
companyId = 0,
|
||||
disabled = false
|
||||
@@ -163,8 +165,8 @@ const FileuploadDelega = ({
|
||||
maxFileSize={maxSize}
|
||||
emptyTemplate={<p>{emptyText}</p>}
|
||||
chooseLabel={chooseLabel}
|
||||
cancelLabel={__('Cancella', 'gepafin')}
|
||||
uploadLabel={__('Carica', 'gepafin')}
|
||||
cancelLabel={cancelLabel}
|
||||
uploadLabel={uploadLabel}
|
||||
itemTemplate={itemTemplate}
|
||||
customUpload
|
||||
onBeforeDrop={onBeforeDrop}
|
||||
|
||||
Reference in New Issue
Block a user