- fixed request for signed document in applications;
- added filter by status to the table of draft applications; - temp reverted back to previous api for getting amendments;
This commit is contained in:
@@ -2,11 +2,12 @@ import React from 'react';
|
||||
import { __ } from '@wordpress/i18n';
|
||||
|
||||
// components
|
||||
import SoccorsiInstructorManagerMioTableAsync from './components/SoccorsiInstructorManagerMioTableAsync';
|
||||
import { useStore } from '../../store';
|
||||
//import SoccorsiInstructorManagerMioTableAsync from './components/SoccorsiInstructorManagerMioTableAsync';
|
||||
//import { useStore } from '../../store';
|
||||
import InstructorManagerSoccorsiTable from './components/InstructorManagerSoccorsiTable';
|
||||
|
||||
const SoccorsoIstruttorioMioInstructorManager = () => {
|
||||
const userData = useStore().main.userData();
|
||||
//const userData = useStore().main.userData();
|
||||
|
||||
return(
|
||||
<div className="appPage">
|
||||
@@ -17,7 +18,8 @@ const SoccorsoIstruttorioMioInstructorManager = () => {
|
||||
<div className="appPage__spacer"></div>
|
||||
|
||||
<div className="appPageSection">
|
||||
<SoccorsiInstructorManagerMioTableAsync userId={userData.id}/>
|
||||
{/*<SoccorsiInstructorManagerMioTableAsync userId={userData.id}/>*/}
|
||||
<InstructorManagerSoccorsiTable/>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user