mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-05 06:23:17 +00:00
fix: remove unnecessary import (#791)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user