Merge branch 'pre_gitlink_ssr' of https://gitlink.org.cn/Gitlink/forgeplus-react into pre_gitlink_ssr

This commit is contained in:
谢思 2024-11-07 17:28:01 +08:00
commit 687188dc5a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function Source(props){
const [ total , setTotal ] = useState(0);
const [ search , setSearch ] = useState(undefined);
const [ isSpin , setIsSpin ] = useState(true);
const limit = 20;
const limit = 21;
const { id , temp, history, role, sectionResourceTitle } = props;
useEffect(()=>{