- updated flow of appl submission;
- updated max file size across the app;
This commit is contained in:
@@ -8,14 +8,14 @@ import { Button } from 'primereact/button';
|
||||
|
||||
// api
|
||||
import CompanyService from '../../service/company-service';
|
||||
import { mimeTypes } from '../../configData';
|
||||
import { defaultMaxFileSize, mimeTypes } from '../../configData';
|
||||
|
||||
const FileuploadDelega = ({
|
||||
fieldName,
|
||||
setDataFn,
|
||||
defaultValue = [],
|
||||
accept = [],
|
||||
maxSize = 100000000,
|
||||
maxSize = defaultMaxFileSize,
|
||||
emptyText = __('Trascina qui il tuo file', 'gepafin'),
|
||||
chooseLabel = __('Aggiungi delega', 'gepafin'),
|
||||
uploadLabel = __('Salva documento', 'gepafin'),
|
||||
|
||||
Reference in New Issue
Block a user