mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 07:46:00 +00:00
favorites & about button in toolbar
This commit is contained in:
@@ -332,7 +332,7 @@ export function useConnectionList() {
|
||||
}
|
||||
|
||||
export function getConfig() {
|
||||
return getCore(configLoader, {}) || {};
|
||||
return getCore(configLoader, {});
|
||||
}
|
||||
export function useConfig() {
|
||||
return useCore(configLoader, {});
|
||||
|
||||
Reference in New Issue
Block a user