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