- updated texts;
This commit is contained in:
@@ -102,7 +102,7 @@ const EvaluationExtraFiles = ({
|
||||
}
|
||||
|
||||
const headerCompanyDocsDialog = () => {
|
||||
return <span>{__('Documenti aziendale', 'gepafin')}</span>;
|
||||
return <span>{__('Documenti aziendali', 'gepafin')}</span>;
|
||||
}
|
||||
|
||||
const hideCompanyDocsDialog = () => {
|
||||
@@ -242,7 +242,7 @@ const EvaluationExtraFiles = ({
|
||||
type="button"
|
||||
disabled={(watchFields && watchFields.filter(o => isEmpty(o.nameValue) || isEmpty(o.fileValue)).length > 0) || shouldDisable}
|
||||
onClick={openCompanyArchive}
|
||||
label={__('Documenti aziendale', 'gepafin')}
|
||||
label={__('Documenti aziendali', 'gepafin')}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -149,6 +149,7 @@ export class NetworkService {
|
||||
};
|
||||
|
||||
static unauthorizedGet = (url, callback, errorCallback) => {
|
||||
console.log('unauthorizedGet', url);
|
||||
fetch(url, {
|
||||
method: 'GET',
|
||||
mode: 'cors',
|
||||
|
||||
Reference in New Issue
Block a user