Skip to content

Commit 1c8b4e8

Browse files
committed
chore: Remove unused dependency
1 parent e5706eb commit 1c8b4e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/scenes/notebooks/Nodes/NotebookNodeQuery.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ const Component = ({
4949
const nodeLogic = useMountedLogic(notebookNodeLogic)
5050
const { expanded } = useValues(nodeLogic)
5151
const { setTitlePlaceholder } = useActions(nodeLogic)
52-
const { canvasFiltersOverride } = useValues(notebookLogic)
5352
const summarizeInsight = useSummarizeInsight()
5453

5554
const insightLogicProps = {
@@ -107,7 +106,7 @@ const Component = ({
107106
}
108107

109108
return modifiedQuery
110-
}, [query, canvasFiltersOverride])
109+
}, [query])
111110

112111
if (!expanded) {
113112
return null

0 commit comments

Comments
 (0)