- updated filters;

- fixed store persistance new version;
This commit is contained in:
Vitalii Kiiko
2025-04-14 15:28:43 +02:00
parent 1e75bdc6a8
commit a3f7e250c7
16 changed files with 34 additions and 29 deletions

View File

@@ -34,7 +34,7 @@ const SoccorsiPreInstructorTableAsync = ({ userId = null }) => {
sortField: null,
sortOrder: null,
filters: {
applicationId: { value: null, matchMode: 'contains' },
applicationId: { value: null, matchMode: 'equals' },
callName: { value: null, matchMode: 'contains' },
companyName: { value: null, matchMode: 'contains' },
startDate: { value: null, matchMode: 'dateIs' },