@_tc/template-core 0.2.10 → 0.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -108,7 +108,7 @@ var SchemaTable = memo(({ ref }) => {
108
108
  api: s.api
109
109
  })));
110
110
  const [data, uData] = useState([]);
111
- const [loading, uLoading, loadingRef] = useRefState(false, 25);
111
+ const [loading, uLoading, loadingRef] = useRefState(false, 150);
112
112
  const [pagination, setPagination, paginationRef] = useRefState({
113
113
  current: 1,
114
114
  pageSize: 10,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_tc/template-core",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "A full-stack TypeScript admin framework powered by Koa, React, and Vite - monorepo root",
5
5
  "types": "./types/index.d.ts",
6
6
  "exports": {