mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-212): remove unused poDate and supplier fields from table filter in PurchaseTable
This commit is contained in:
@@ -94,14 +94,10 @@ const PurchaseTable = () => {
|
||||
} = useTableFilter({
|
||||
initial: {
|
||||
search: '',
|
||||
poDate: '',
|
||||
supplier: '',
|
||||
},
|
||||
paramMap: {
|
||||
page: 'page',
|
||||
pageSize: 'limit',
|
||||
poDate: 'po_date',
|
||||
supplier: 'supplier',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user