- updated texts;

This commit is contained in:
Vitalii Kiiko
2026-03-26 11:23:47 +01:00
parent 16eb0b3f78
commit b05c3b9379
2 changed files with 3 additions and 2 deletions

View File

@@ -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>

View File

@@ -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',