mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 23:05:59 +00:00
SYNC: new object modal
This commit is contained in:
committed by
Diflow
parent
445ecea3e6
commit
982098672e
@@ -485,4 +485,10 @@ export const currentActiveCloudTags = derived(currentDatabase, $currentDatabase
|
||||
return res;
|
||||
});
|
||||
|
||||
let cloudSigninTokenHolderValue = null;
|
||||
cloudSigninTokenHolder.subscribe(value => {
|
||||
cloudSigninTokenHolderValue = value;
|
||||
});
|
||||
export const getCloudSigninTokenHolder = () => cloudSigninTokenHolderValue;
|
||||
|
||||
window['__changeCurrentTheme'] = theme => currentTheme.set(theme);
|
||||
|
||||
Reference in New Issue
Block a user