fix tampilan bidang
This commit is contained in:
@@ -5,7 +5,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 { AdminVoting_ComponentDetailPublish } from "../component/comp_detail_publish";
|
||||
@@ -41,7 +41,7 @@ export function AdminVote_DetailVoting() {
|
||||
<>
|
||||
<Stack>
|
||||
<ComponentAdminGlobal_HeaderTamplate name="Detail voting" />
|
||||
<AdminGlobal_ComponentBackButton />
|
||||
<Admin_ComponentBackButton />
|
||||
|
||||
{data === undefined || !data && (
|
||||
<Admin_V3_ComponentSkeletonBreakpoint skeletonRequest={2}/>
|
||||
|
||||
Reference in New Issue
Block a user