mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 08:26:01 +00:00
fix
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
|
||||
function getDatabaseContextMenu(tabs) {
|
||||
const { tabid, props } = tabs[0];
|
||||
const { conid, database } = props;
|
||||
const { conid, database } = props || {};
|
||||
|
||||
return [
|
||||
conid &&
|
||||
|
||||
Reference in New Issue
Block a user