Commit d4f7bfa6 by zhaochengxiang

bug fix

parent 807c2f86
...@@ -138,7 +138,7 @@ const FC = (props) => { ...@@ -138,7 +138,7 @@ const FC = (props) => {
useDebounceEffect(()=>{ useDebounceEffect(()=>{
setColumns(isCompact?[...cols].slice(0, 4):[...cols]) setColumns(isCompact?[...cols].slice(0, 4):[...cols])
}, [cols, isCompact], { wait: 100 }) }, [isCompact], { wait: 100 })
const onSourceClick = (id, name) => { const onSourceClick = (id, name) => {
const timestamp = new Date().getTime(); const timestamp = new Date().getTime();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment