mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-01 17:51:23 +00:00
Filtering for report snippets (#12487)
* Filtering for report snippets * Bump API version
This commit is contained in:
@@ -231,8 +231,6 @@ export default function SnippetTable() {
|
||||
props={{
|
||||
rowActions: rowActions,
|
||||
tableActions: tableActions,
|
||||
enableSearch: false,
|
||||
enableFilters: false,
|
||||
onRowClick: (record) => openDetailDrawer(record.pk)
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user