fix: error when searching filters (algorithm isn't searchable via API)
Some checks failed
Build / build (push) Failing after 48s

This commit is contained in:
Corban-Lee Jones 2025-05-06 16:35:02 +01:00
parent d5af04c317
commit 3ac33dc00a

View File

@ -88,7 +88,7 @@ const columnDefs: ConfigColumnDefs[] = [
target: 3, target: 3,
data: "matching_algorithm", data: "matching_algorithm",
orderable: true, orderable: true,
searchable: true, searchable: false,
className: "size-px whitespace-nowrap", className: "size-px whitespace-nowrap",
render: (data: string, type: string) => { render: (data: string, type: string) => {
if (type !== "display") return data; if (type !== "display") return data;