mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 06:06:01 +00:00
metadata loaders refactor, cache fixes
This commit is contained in:
@@ -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 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user