Skip to content

Commit 0d78ad4

Browse files
committed
fix TopMenuBar
1 parent 8b9b74a commit 0d78ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/TopMenuBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const TopMenuBar: React.FC<Props> = (props) => {
1919
/////////////////////////// HOOKS ///////////////////////////
2020
const tableKeys = React.useRef<Record<string, Table>>({})
2121
const onSelectConnection = useVariable(0)
22-
const jobPanel = window.dbnet.state.jobPanel
22+
// const jobPanel = window.dbnet.state.jobPanel
2323
// const metaPanel = window.dbnet.state.metaPanel
2424
const connections = useHS(window.dbnet.connections)
2525

0 commit comments

Comments
 (0)