- fixed displaying proper ID for applications;

This commit is contained in:
Vitalii Kiiko
2024-12-06 16:31:59 +01:00
parent a36bb3fcaf
commit 50a0a3b211
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ const PreInstructorSoccorsiTable = ({ openDialogFn }) => {
header={header}
emptyMessage={translationStrings.emptyMessage}
onFilter={(e) => setFilters(e.filters)}>
<Column field="id" header={__('ID domanda', 'gepafin')}
<Column field="applicationId" header={__('ID domanda', 'gepafin')}
sortable filterPlaceholder={__('Cerca', 'gepafin')}
style={{ minWidth: '6rem' }}/>
<Column field="protocolNumber" header={__('Protocollo', 'gepafin')}