- updated table 'domande in bozza';
This commit is contained in:
@@ -34,7 +34,7 @@ const DraftApplicationsTableAsync = () => {
|
||||
companyName: { value: null, matchMode: 'contains' }
|
||||
}
|
||||
});
|
||||
const statuses = ['DRAFT'];
|
||||
const statuses = ['DRAFT', 'AWAITING', 'READY'];
|
||||
|
||||
const getPaginationQuery = useCallback(() => {
|
||||
let sortBy = {
|
||||
|
||||
Reference in New Issue
Block a user