fix tampilan bidang
This commit is contained in:
@@ -6,7 +6,7 @@ import { Stack } from "@mantine/core";
|
||||
import { useShallowEffect } from "@mantine/hooks";
|
||||
import { useParams } from "next/navigation";
|
||||
import { useState } from "react";
|
||||
import AdminGlobal_ComponentBackButton from "../../_admin_global/back_button";
|
||||
import Admin_ComponentBackButton from "../../_admin_global/back_button";
|
||||
import ComponentAdminGlobal_HeaderTamplate from "../../_admin_global/header_tamplate";
|
||||
import { Admin_V3_ComponentSkeletonBreakpoint } from "../../_components_v3/comp_skeleton_breakpoint";
|
||||
import { AdminJob_DetailPublish } from "../_components/detail/publish";
|
||||
@@ -40,7 +40,7 @@ export function AdminJob_ViewDetailPublish() {
|
||||
<>
|
||||
<Stack>
|
||||
<ComponentAdminGlobal_HeaderTamplate name={`Detail data`} />
|
||||
<AdminGlobal_ComponentBackButton />
|
||||
<Admin_ComponentBackButton />
|
||||
|
||||
{!data ? (
|
||||
<Admin_V3_ComponentSkeletonBreakpoint />
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import { RouterJob } from "@/lib/router_hipmi/router_job";
|
||||
import { Center, Image, Stack } from "@mantine/core";
|
||||
import AdminGlobal_ComponentBackButton from "../../_admin_global/back_button";
|
||||
import Admin_ComponentBackButton from "../../_admin_global/back_button";
|
||||
import { APIs } from "@/lib";
|
||||
import { useState } from "react";
|
||||
import ComponentGlobal_Loader from "@/app_modules/_global/component/loader";
|
||||
@@ -17,7 +17,7 @@ export default function AdminJob_DetailPoster({
|
||||
return (
|
||||
<>
|
||||
<Stack>
|
||||
<AdminGlobal_ComponentBackButton />
|
||||
<Admin_ComponentBackButton />
|
||||
<Center>
|
||||
<Image
|
||||
onLoad={() => setLoading(false)}
|
||||
|
||||
Reference in New Issue
Block a user