mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
修改sqlite配置
This commit is contained in:
@@ -882,7 +882,7 @@ const Crontab = () => {
|
||||
if (tableRef.current) {
|
||||
setTableScrollHeight(getTableScroll());
|
||||
}
|
||||
}, [tableRef.current]);
|
||||
}, []);
|
||||
|
||||
const panelContent = (
|
||||
<>
|
||||
|
||||
@@ -372,7 +372,7 @@ const Dependence = () => {
|
||||
if (tableRef.current) {
|
||||
setTableScrollHeight(getTableScroll({ extraHeight: 87 }));
|
||||
}
|
||||
}, [tableRef.current]);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
if (logDependence) {
|
||||
|
||||
Vendored
+1
-1
@@ -512,7 +512,7 @@ const Env = () => {
|
||||
if (tableRef.current) {
|
||||
setTableScrollHeight(getTableScroll({ extraHeight: 87 }));
|
||||
}
|
||||
}, [tableRef.current]);
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<PageContainer
|
||||
|
||||
@@ -546,7 +546,7 @@ const Subscription = () => {
|
||||
if (tableRef.current) {
|
||||
setTableScrollHeight(getTableScroll());
|
||||
}
|
||||
}, [tableRef.current]);
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<PageContainer
|
||||
|
||||
Reference in New Issue
Block a user