diff --git a/src/pages/editor-page/canvas/canvas.tsx b/src/pages/editor-page/canvas/canvas.tsx index 8ec81a02..a6e4e7ff 100644 --- a/src/pages/editor-page/canvas/canvas.tsx +++ b/src/pages/editor-page/canvas/canvas.tsx @@ -183,7 +183,6 @@ export const Canvas: React.FC = ({ initialTables }) => { updateArea, highlightedCustomType, highlightCustomTypeId, - getCustomType, hiddenTableIds, } = useChartDB(); const { showSidePanel } = useLayout(); @@ -433,7 +432,6 @@ export const Canvas: React.FC = ({ initialTables }) => { overlapGraph.graph, highlightOverlappingTables, highlightedCustomType, - getCustomType, ]); const prevFilteredSchemas = useRef(undefined);