mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 03:06:00 +00:00
fix - initial load fixed
This commit is contained in:
@@ -5,6 +5,7 @@ export default function useTableInfo({ conid, database, schemaName, pureName })
|
||||
const tableInfo = useFetch({
|
||||
url: 'tables/table-info',
|
||||
params: { conid, database, schemaName, pureName },
|
||||
reloadTrigger: `database-structure-changed-${conid}-${database}`,
|
||||
});
|
||||
return tableInfo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user