mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 18:46:00 +00:00
focus query editor
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
|
||||
const handleGenerateScript = async e => {
|
||||
const values = $formValues as any;
|
||||
const code = await createImpExpScript($extensions, values, undefined, true);
|
||||
const code = await createImpExpScript($extensions, values, true);
|
||||
openNewTab(
|
||||
{
|
||||
title: 'Shell #',
|
||||
|
||||
@@ -161,6 +161,7 @@
|
||||
icon: 'img sql-file',
|
||||
tabComponent: 'QueryTab',
|
||||
objectTypeField: appObjectData.objectTypeField,
|
||||
focused: true,
|
||||
props: {
|
||||
conid,
|
||||
database,
|
||||
|
||||
Reference in New Issue
Block a user