mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 21:56:00 +00:00
quick export - current archive
This commit is contained in:
@@ -251,3 +251,9 @@ export function subscribeApiDependendStores() {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
let currentArchiveValue = null;
|
||||
currentArchive.subscribe(value => {
|
||||
currentArchiveValue = value;
|
||||
});
|
||||
export const getCurrentArchive = () => currentArchiveValue;
|
||||
|
||||
Reference in New Issue
Block a user