mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 16:26:00 +00:00
fix
This commit is contained in:
@@ -80,6 +80,7 @@ const databaseListLoader = ({ conid }) => ({
|
||||
onLoaded: value => {
|
||||
if (value?.length > 0) setLocalStorage(`database_list_${conid}`, value);
|
||||
},
|
||||
errorValue: [],
|
||||
});
|
||||
|
||||
// const databaseKeysLoader = ({ conid, database, root }) => ({
|
||||
|
||||
Reference in New Issue
Block a user