mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 12:56:00 +00:00
encrypting cloud content
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
import { apiCall } from '../utility/api';
|
||||
import {
|
||||
cloudConnectionsStore,
|
||||
cloudSigninToken,
|
||||
cloudSigninTokenHolder,
|
||||
currentDatabase,
|
||||
expandedConnections,
|
||||
openedConnections,
|
||||
@@ -82,7 +82,7 @@
|
||||
name="privateCloud"
|
||||
height="50%"
|
||||
storageName="privateCloudItems"
|
||||
skip={!$cloudSigninToken}
|
||||
skip={!$cloudSigninTokenHolder}
|
||||
>
|
||||
<WidgetsInnerContainer>
|
||||
<SearchBoxWrapper>
|
||||
|
||||
Reference in New Issue
Block a user