Skip to content

Commit

Permalink
fix TopMenuBar
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Dec 10, 2023
1 parent 8b9b74a commit 0d78ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/TopMenuBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const TopMenuBar: React.FC<Props> = (props) => {
/////////////////////////// HOOKS ///////////////////////////
const tableKeys = React.useRef<Record<string, Table>>({})
const onSelectConnection = useVariable(0)
const jobPanel = window.dbnet.state.jobPanel
// const jobPanel = window.dbnet.state.jobPanel
// const metaPanel = window.dbnet.state.metaPanel
const connections = useHS(window.dbnet.connections)

Expand Down

0 comments on commit 0d78ad4

Please sign in to comment.