Skip to content

Commit

Permalink
finalize params
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Oct 11, 2023
1 parent cc3e580 commit d2294a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/scenes/notebooks/Nodes/NotebookNodeQuery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ export const Settings = ({
modifiedQuery.showResultsTable = false

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

modifiedQuery.embedded = true
modifiedQuery.showActions = true
Expand Down

0 comments on commit d2294a9

Please sign in to comment.