Skip to content

Commit

Permalink
fix(edges): add edge types list
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Nov 13, 2024
1 parent 182057b commit 4f89c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/App/SideBar/FilterSearch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const FilterSearch = ({ anchorEl, setAnchorEl, onClose }: Props) => {
s.links,
s.setSchemaLinks,
])

const { abortFetchData, resetGraph, setFilters } = useDataStore((s) => s)
const [selectedTypes, setSelectedTypes] = useState<string[]>(defaultValues.selectedTypes)
const [selectedEdges, setSelectedEdges] = useState<string[]>(defaultValues.selectedEdges)
Expand Down

0 comments on commit 4f89c94

Please sign in to comment.