mirror of
https://github.com/dbgate/dbgate
synced 2024-11-21 23:39:46 +00:00
fix
This commit is contained in:
parent
11dad8ced3
commit
059c310aaf
@ -80,6 +80,7 @@ const databaseListLoader = ({ conid }) => ({
|
||||
onLoaded: value => {
|
||||
if (value?.length > 0) setLocalStorage(`database_list_${conid}`, value);
|
||||
},
|
||||
errorValue: [],
|
||||
});
|
||||
|
||||
// const databaseKeysLoader = ({ conid, database, root }) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user