- implemented feature-132 - new status technical_evaluation;
This commit is contained in:
@@ -47,12 +47,12 @@ const LatestBandiTableAsync = () => {
|
||||
}
|
||||
}
|
||||
return {
|
||||
"globalFilters": {
|
||||
"page": lazyState.page ? lazyState.page + 1 : 1,
|
||||
"limit": lazyState.rows,
|
||||
sortBy,
|
||||
status: statuses
|
||||
}
|
||||
globalFilters: {
|
||||
page: lazyState.page ? lazyState.page + 1 : 1,
|
||||
limit: lazyState.rows,
|
||||
sortBy
|
||||
},
|
||||
status: statuses
|
||||
}
|
||||
}, [lazyState]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user