- updated tables 'coda di lavoro';

This commit is contained in:
Vitalii Kiiko
2025-03-19 17:23:43 +01:00
parent 033994b759
commit 42f0be4bba
6 changed files with 578 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ import DashboardService from '../../service/dashboard-service';
// components
import { Button } from 'primereact/button';
import PreInstructorDomandeTable from './components/PreInstructorDomandeTable';
import DomandeTablePreInstructorAsync from './components/DomandeTablePreInstructorAsync';
const DashboardPreInstructor = () => {
const navigate = useNavigate();
@@ -110,7 +110,8 @@ const DashboardPreInstructor = () => {
<div className="appPageSection">
<h2>{__('Coda di lavoro', 'gepafin')}</h2>
<PreInstructorDomandeTable statuses={['OPEN', 'SOCCORSO']} userId={userData.id}/>
{/*<PreInstructorDomandeTable statuses={['OPEN', 'SOCCORSO']} userId={userData.id}/>*/}
<DomandeTablePreInstructorAsync statuses={['OPEN', 'SOCCORSO']} userId={userData.id}/>
</div>
<div className="appPage__spacer"></div>