Fix Routing Folder API Admin

This commit is contained in:
2025-02-17 01:13:30 +08:00
parent 83ee4e257b
commit 0be007d25e
20 changed files with 38 additions and 37 deletions

View File

@@ -76,7 +76,7 @@ export default function AdminJob_ViewTavleReview() {
const loadInitialData = async () => {
try {
const response = await apiGetAdminJobByStatus({
status: "Review",
name: "Review",
page: `${activePage}`,
search: isSearch
})