mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 23:26: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 #',
|
||||
|
||||
Reference in New Issue
Block a user