mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 12:26:01 +00:00
connection modal converted
This commit is contained in:
@@ -335,10 +335,10 @@ export function useConfig() {
|
||||
}
|
||||
|
||||
export function getPlatformInfo() {
|
||||
return getCore(platformInfoLoader, {}) || {};
|
||||
return getCore(platformInfoLoader, {});
|
||||
}
|
||||
export function usePlatformInfo() {
|
||||
return useCore(platformInfoLoader, {}) || {};
|
||||
return useCore(platformInfoLoader, {});
|
||||
}
|
||||
|
||||
export function getArchiveFiles(args) {
|
||||
|
||||
Reference in New Issue
Block a user