This commit is contained in:
SPRINX0\prochazka 2024-11-14 16:38:43 +01:00
parent 11dad8ced3
commit 059c310aaf

View File

@ -80,6 +80,7 @@ const databaseListLoader = ({ conid }) => ({
onLoaded: value => {
if (value?.length > 0) setLocalStorage(`database_list_${conid}`, value);
},
errorValue: [],
});
// const databaseKeysLoader = ({ conid, database, root }) => ({