This commit is contained in:
Noemi Pusceddu
2025-05-07 11:17:28 +02:00
parent ec9db083ad
commit 85cde842a2

View File

@@ -145,7 +145,7 @@ const DomandeTablePreInstructorAsync = ({ userId = null, statuses = [] }) => {
? __('Valuta', 'gepafin')
: __('Mostra', 'gepafin');
return (
<>
<div className="appPageSection__tableActions lessGap">
<Link to={`/domande/${rowData.applicationId}`}>
<Button severity="info" label={label} icon="pi pi-eye" size="small" iconPos="right"/>
</Link>
@@ -156,10 +156,9 @@ const DomandeTablePreInstructorAsync = ({ userId = null, statuses = [] }) => {
icon='pi pi-arrow-circle-up'
size="small"
iconPos="right"
style={{marginTop:'1rem'}}
/>
)}
</>
</div>
)
}
}