mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
fix
This commit is contained in:
parent
26cc5d6d1e
commit
4914c815c0
@ -214,7 +214,7 @@
|
||||
|
||||
function getDatabaseContextMenu(tabs) {
|
||||
const { tabid, props } = tabs[0];
|
||||
const { conid, database } = props;
|
||||
const { conid, database } = props || {};
|
||||
|
||||
return [
|
||||
conid &&
|
||||
|
Loading…
Reference in New Issue
Block a user