Skip to content

Commit

Permalink
feature: adjust max search level to 5 for autoindex
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Jul 25, 2024
1 parent ea786f6 commit 3e1ed34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/search/SearchParams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ const SearchParams: FC<SearchParamsProps> = ({
key: 'level',
value: searchParamsForm['level'] ?? 1,
min: 1,
max: 3,
max: 5,
isInt: true,
required: false,
type: 'number',
Expand Down

0 comments on commit 3e1ed34

Please sign in to comment.