- fixed typo;

- added tag 'csv' for enabled fields;
This commit is contained in:
Vitalii Kiiko
2025-04-28 11:00:03 +02:00
parent 63ca3253b6
commit eb690716fe
21 changed files with 95 additions and 77 deletions

View File

@@ -104,7 +104,7 @@ const Fileupload = ({
severity="danger"
type="button"
disabled={disabled}
aria-label={__('Anulla', 'gepafin')}
aria-label={__('Annulla', 'gepafin')}
onClick={(e) => confirmDelete(e, file)}/>
</div>
</div>

View File

@@ -85,7 +85,7 @@ const FileuploadAsync = ({
disabled={disabled}
icon="pi pi-times"
severity="danger"
aria-label={__('Anulla', 'gepafin')}
aria-label={__('Annulla', 'gepafin')}
onClick={() => onTemplateRemove(file)}/>
</div>
</div>