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