Skip to content

Commit

Permalink
cleanup query props
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Oct 6, 2023
1 parent 1989bca commit 880d50d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/scenes/notebooks/Nodes/NotebookNodeQuery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ const Component = (props: NotebookNodeViewProps<NotebookNodeQueryAttributes>): J

if (NodeKind.InsightVizNode === modifiedQuery.kind || NodeKind.SavedInsightNode === modifiedQuery.kind) {
modifiedQuery.showFilters = false
modifiedQuery.showHeader = true
modifiedQuery.showResults = false
modifiedQuery.showHeader = false
modifiedQuery.showTable = false
modifiedQuery.showCorrelationTable = false
modifiedQuery.embedded = true
Expand Down

0 comments on commit 880d50d

Please sign in to comment.