From b05c3b9379abb0d15c56a53a4ab7dbdef86708fd Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Thu, 26 Mar 2026 11:23:47 +0100 Subject: [PATCH] - updated texts; --- .../components/EvaluationExtraFiles/index.js | 4 ++-- src/service/network-service.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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',