修改sqlite配置

This commit is contained in:
whyour
2022-10-30 10:54:39 +08:00
parent 4af9b22442
commit 8013de56c9
6 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ const Env = () => {
if (tableRef.current) {
setTableScrollHeight(getTableScroll({ extraHeight: 87 }));
}
}, [tableRef.current]);
}, []);
return (
<PageContainer