Skip to content

Commit

Permalink
feat: add ability to export hogql insight in notebook (PostHog#25586)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Oct 16, 2024
1 parent 405dd59 commit cd386bd
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 @@ -132,6 +132,7 @@ export const Settings = ({
modifiedQuery.showResultsTable = false

modifiedQuery.showReload = true
modifiedQuery.showExport = true
modifiedQuery.showElapsedTime = false
modifiedQuery.showTimings = false

Expand Down

0 comments on commit cd386bd

Please sign in to comment.