Skip to content

Commit

Permalink
fix(fe): get more articles
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin9038 committed Dec 31, 2024
1 parent 8639bff commit 8a202ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/admin/article/_components/ArticleTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ArticleTable() {
const res: Article[] = await adminFetcherWithAuth
.get('article', {
searchParams: {
take: '200',
take: '2000',
category: '0'
}
})
Expand Down

0 comments on commit 8a202ef

Please sign in to comment.