- fixed displaying applications by statuses;
This commit is contained in:
@@ -35,7 +35,10 @@ const AllDomandeTable = ({ openDialogFn, updaterString = '' }) => {
|
||||
useEffect(() => {
|
||||
setLocalAsyncRequest(true);
|
||||
ApplicationService.getApplications(getCallback, errGetCallbacks, [
|
||||
['statuses', ['SUBMIT', 'EVALUATION', 'SOCCORSO']]
|
||||
['statuses', [
|
||||
'SUBMIT', 'EVALUATION', 'SOCCORSO',
|
||||
'APPOINTMENT', 'NDG', 'ADMISSIBLE', 'TECHNICAL_EVALUATION'
|
||||
]]
|
||||
]);
|
||||
}, [updaterString]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user