diff --git a/src/modules/rendicontazione/components/CompanyDocumentPicker.js b/src/modules/rendicontazione/components/CompanyDocumentPicker.js index 5c303da..ad134f8 100644 --- a/src/modules/rendicontazione/components/CompanyDocumentPicker.js +++ b/src/modules/rendicontazione/components/CompanyDocumentPicker.js @@ -244,8 +244,8 @@ const CompanyDocumentPicker = ({ visible, companyId, onHide, onSelect, currentSo : __('Nessun documento corrisponde ai filtri', 'gepafin')} } size="small" stripedRows - paginator rows={10} rowsPerPageOptions={[10, 25, 50]} - paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown" + paginator rows={10} + paginatorTemplate="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport" currentPageReportTemplate="{first}-{last} di {totalRecords}" selectionMode="single" selection={chosenDoc}