Filtering for report snippets (#12487)

* Filtering for report snippets

* Bump API version
This commit is contained in:
Oliver
2026-07-28 22:52:54 +10:00
committed by GitHub
parent 1cee1bdefb
commit e6d1ceb20b
3 changed files with 6 additions and 3 deletions
@@ -231,8 +231,6 @@ export default function SnippetTable() {
props={{
rowActions: rowActions,
tableActions: tableActions,
enableSearch: false,
enableFilters: false,
onRowClick: (record) => openDetailDrawer(record.pk)
}}
/>