Skip to content

Commit

Permalink
feat: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Sep 2, 2024
1 parent 399baf0 commit a322613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/SideBar/FilterSearch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const FilterSearch = ({ showAllSchemas, setShowAllSchemas, schemaAll, anc
const handleFiltersApply = async () => {
setFilters({
node_type: selectedTypes,
limit: maxResults.toString(),
limit: maxResults,
depth: hops.toString(),
top_node_count: sourceNodes.toString(),
})
Expand Down

0 comments on commit a322613

Please sign in to comment.