Skip to content

Commit

Permalink
show header
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Nov 7, 2023
1 parent a073926 commit a61f6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scenes/notebooks/Nodes/NotebookNodeQuery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export const Settings = ({

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

0 comments on commit a61f6c3

Please sign in to comment.