- re added tables with pagination;
This commit is contained in:
@@ -5,7 +5,7 @@ import { __ } from '@wordpress/i18n';
|
||||
import { useStore } from '../../store';
|
||||
|
||||
// components
|
||||
import PreInstructorDomandeTable from '../DashboardPreInstructor/components/PreInstructorDomandeTable';
|
||||
import DomandeTablePreInstructorAsync from '../DashboardPreInstructor/components/DomandeTablePreInstructorAsync';
|
||||
|
||||
const DomandePreInstructor = () => {
|
||||
const userData = useStore().main.userData();
|
||||
@@ -20,7 +20,7 @@ const DomandePreInstructor = () => {
|
||||
|
||||
<div className="appPageSection">
|
||||
<h2>{__('Nuove domande da valutare', 'gepafin')}</h2>
|
||||
<PreInstructorDomandeTable statuses={['AWAITING']} userId={userData.id}/>
|
||||
<DomandeTablePreInstructorAsync statuses={['AWAITING']} userId={userData.id}/>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user