fix: error when searching filters (algorithm isn't searchable via API)
Some checks failed
Build / build (push) Failing after 48s
Some checks failed
Build / build (push) Failing after 48s
This commit is contained in:
parent
d5af04c317
commit
3ac33dc00a
@ -88,7 +88,7 @@ const columnDefs: ConfigColumnDefs[] = [
|
||||
target: 3,
|
||||
data: "matching_algorithm",
|
||||
orderable: true,
|
||||
searchable: true,
|
||||
searchable: false,
|
||||
className: "size-px whitespace-nowrap",
|
||||
render: (data: string, type: string) => {
|
||||
if (type !== "display") return data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user