Skip to content

Commit

Permalink
Change label (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen authored Apr 3, 2024
1 parent 65b0ebc commit 1fccc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdvancedSearchBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const fields = [
{ value: "title", label: "title" },
{
value: "fiction",
label: "fiction",
label: "classification",
options: ["fiction", "nonfiction"],
operators: ["eq"],
},
Expand Down

0 comments on commit 1fccc1c

Please sign in to comment.