metadata loaders refactor, cache fixes

This commit is contained in:
Jan Prochazka
2020-04-12 21:02:34 +02:00
parent e9c03345c3
commit 46814bab81
10 changed files with 60 additions and 67 deletions

View File

@@ -17,7 +17,8 @@ export default function TableDataTab({ conid, database, schemaName, pureName, ta
const [changeSetState, dispatchChangeSet] = useUndoReducer(createChangeSet());
useUpdateDatabaseForTab(tabVisible, conid, database);
const connection = useConnectionInfo(conid);
const connection = useConnectionInfo({ conid });
console.log('GOT CONNECTION', connection);
// usePropsCompare({ tableInfo, connection, config, cache });