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