We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9b74a commit 0d78ad4Copy full SHA for 0d78ad4
frontend/src/components/TopMenuBar.tsx
@@ -19,7 +19,7 @@ export const TopMenuBar: React.FC<Props> = (props) => {
19
/////////////////////////// HOOKS ///////////////////////////
20
const tableKeys = React.useRef<Record<string, Table>>({})
21
const onSelectConnection = useVariable(0)
22
- const jobPanel = window.dbnet.state.jobPanel
+ // const jobPanel = window.dbnet.state.jobPanel
23
// const metaPanel = window.dbnet.state.metaPanel
24
const connections = useHS(window.dbnet.connections)
25
0 commit comments