mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 14:23:58 +00:00
SYNC: copy to cloud folder works for connected DB
This commit is contained in:
@@ -337,8 +337,7 @@
|
|||||||
text: _t('connection.duplicate', { defaultMessage: 'Duplicate' }),
|
text: _t('connection.duplicate', { defaultMessage: 'Duplicate' }),
|
||||||
onClick: handleDuplicate,
|
onClick: handleDuplicate,
|
||||||
},
|
},
|
||||||
!$openedConnections.includes(data._id) &&
|
$cloudSigninTokenHolder &&
|
||||||
$cloudSigninTokenHolder &&
|
|
||||||
passProps?.cloudContentList?.length > 0 && {
|
passProps?.cloudContentList?.length > 0 && {
|
||||||
text: _t('connection.copyToCloudFolder', { defaultMessage: 'Copy to cloud folder' }),
|
text: _t('connection.copyToCloudFolder', { defaultMessage: 'Copy to cloud folder' }),
|
||||||
submenu: passProps?.cloudContentList
|
submenu: passProps?.cloudContentList
|
||||||
|
|||||||
Reference in New Issue
Block a user