forked from Gitlink/forgeplus-react
remove
This commit is contained in:
parent
b487001063
commit
cd109490c0
|
@ -89,7 +89,7 @@ const competitionsIndexPage: FC<PageProps> = ({
|
|||
// getHomeNotice();
|
||||
dispatch({
|
||||
type: 'competitions/getList',
|
||||
payload: { ...competitions.listParams,external:true },
|
||||
payload: { ...competitions.listParams},
|
||||
});
|
||||
}, [competitions.name]);
|
||||
useEffect(() => {
|
||||
|
|
Loading…
Reference in New Issue