📝 Added a port number field to AirDC++ settings form

This commit is contained in:
2022-09-08 10:35:30 -07:00
parent 8d114ff04d
commit 6b1bb02d57
2 changed files with 10 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ export const PullList = ({ issues }: PullListProps): ReactElement => {
useEffect(() => {
dispatch(
getWeeklyPullList({
startDate: "2022-8-9",
startDate: "2022-9-19",
pageSize: "15",
currentPage: "1",
}),