diff --git a/src/pages/DomandaEditPreInstructor/components/EvaluationExtraFiles/index.js b/src/pages/DomandaEditPreInstructor/components/EvaluationExtraFiles/index.js
index 78a63b1..5ce8961 100644
--- a/src/pages/DomandaEditPreInstructor/components/EvaluationExtraFiles/index.js
+++ b/src/pages/DomandaEditPreInstructor/components/EvaluationExtraFiles/index.js
@@ -102,7 +102,7 @@ const EvaluationExtraFiles = ({
}
const headerCompanyDocsDialog = () => {
- return {__('Documenti aziendale', 'gepafin')};
+ return {__('Documenti aziendali', 'gepafin')};
}
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')}
/>
diff --git a/src/service/network-service.js b/src/service/network-service.js
index 79e3e71..f7ac914 100644
--- a/src/service/network-service.js
+++ b/src/service/network-service.js
@@ -149,6 +149,7 @@ export class NetworkService {
};
static unauthorizedGet = (url, callback, errorCallback) => {
+ console.log('unauthorizedGet', url);
fetch(url, {
method: 'GET',
mode: 'cors',