fix: remove unnecessary import (#791)

This commit is contained in:
Guy Ben-Aharon
2025-07-27 12:29:19 +03:00
committed by GitHub
parent 7e0483f1a5
commit 87836e53d1

View File

@@ -183,7 +183,6 @@ export const Canvas: React.FC<CanvasProps> = ({ initialTables }) => {
updateArea, updateArea,
highlightedCustomType, highlightedCustomType,
highlightCustomTypeId, highlightCustomTypeId,
getCustomType,
hiddenTableIds, hiddenTableIds,
} = useChartDB(); } = useChartDB();
const { showSidePanel } = useLayout(); const { showSidePanel } = useLayout();
@@ -433,7 +432,6 @@ export const Canvas: React.FC<CanvasProps> = ({ initialTables }) => {
overlapGraph.graph, overlapGraph.graph,
highlightOverlappingTables, highlightOverlappingTables,
highlightedCustomType, highlightedCustomType,
getCustomType,
]); ]);
const prevFilteredSchemas = useRef<string[] | undefined>(undefined); const prevFilteredSchemas = useRef<string[] | undefined>(undefined);