mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
SYNC: fixed opening data deployer from dataabase
This commit is contained in:
committed by
Diflow
parent
40a9ced0f7
commit
9f029b892b
@@ -338,7 +338,7 @@ await dbgateApi.dropAllDbObjects(${JSON.stringify(
|
||||
{
|
||||
title: archiveFolder,
|
||||
icon: 'img replicator',
|
||||
tabComponent: 'DataDeployerTab',
|
||||
tabComponent: 'DataDeployTab',
|
||||
props: {
|
||||
conid: connection?._id,
|
||||
database: name,
|
||||
@@ -347,6 +347,8 @@ await dbgateApi.dropAllDbObjects(${JSON.stringify(
|
||||
{
|
||||
editor: {
|
||||
archiveFolder,
|
||||
conid: connection?._id,
|
||||
database: name,
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user