- temp revert back to old tables;

This commit is contained in:
Vitalii Kiiko
2025-03-25 12:34:04 +01:00
parent 34b079c9cc
commit a95750689b
3 changed files with 26 additions and 13 deletions

View File

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