- added pec usage data;
- added stats for instructor manager dashboard; - fixed dispalying 0 in tables in numeric inputs;
This commit is contained in:
@@ -126,7 +126,7 @@ const DraftApplicationsTable = () => {
|
||||
};
|
||||
|
||||
const actionsBodyTemplate = (rowData) => {
|
||||
return <Link to={`/domande/${rowData.id}`}>
|
||||
return <Link to={`/domande/${rowData.id}/preview`}>
|
||||
<Button severity="info" label={__('Anteprima', 'gepafin')} icon="pi pi-eye" size="small"
|
||||
iconPos="right"/>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user