- updated table 'domande in bozza';

This commit is contained in:
Vitalii Kiiko
2025-03-24 15:53:48 +01:00
parent f2fc9b8b49
commit 218485983d

View File

@@ -34,7 +34,7 @@ const DraftApplicationsTableAsync = () => {
companyName: { value: null, matchMode: 'contains' } companyName: { value: null, matchMode: 'contains' }
} }
}); });
const statuses = ['DRAFT']; const statuses = ['DRAFT', 'AWAITING', 'READY'];
const getPaginationQuery = useCallback(() => { const getPaginationQuery = useCallback(() => {
let sortBy = { let sortBy = {