fix: Upload image

Deskripsi:
- Upload image job di arahkan ke storage server
## No Issue
This commit is contained in:
2024-09-13 16:12:42 +08:00
parent 3b7e9977f6
commit 370e3ec4e4
55 changed files with 1326 additions and 877 deletions

View File

@@ -85,7 +85,7 @@ function TableStatus({ listReview }: { listReview: any }) {
async function onSearch(s: string) {
setSearch(s);
setActivePage(1)
setActivePage(1);
const loadData = await adminJob_getListReview({
page: 1,
search: s,
@@ -123,13 +123,13 @@ function TableStatus({ listReview }: { listReview: any }) {
</td>
<td>
<Center w={200}>
{e.imagesId ? (
{e.imageId ? (
<Button
color="green"
radius={"xl"}
leftIcon={<IconPhotoCheck />}
onClick={() => {
router.push(RouterAdminJob.detail_poster + e?.imagesId);
router.push(RouterAdminJob.detail_poster + e?.imageId);
}}
>
Lihat