mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 01:55:59 +00:00
fix
This commit is contained in:
@@ -112,6 +112,7 @@ registerCommand({
|
||||
name: 'Table',
|
||||
toolbar: true,
|
||||
toolbarName: 'New table',
|
||||
testEnabled: () => !!get(currentDatabase),
|
||||
onClick: () => {
|
||||
const $currentDatabase = get(currentDatabase);
|
||||
const connection = _.get($currentDatabase, 'connection') || {};
|
||||
|
||||
Reference in New Issue
Block a user