fix tampilan bidang
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { Stack } from "@mantine/core";
|
||||
import AdminGlobal_ComponentBackButton from "../../_admin_global/back_button";
|
||||
import Admin_ComponentBackButton from "../../_admin_global/back_button";
|
||||
import { AdminEvent_ViewDetailPeserta } from "../_view";
|
||||
import { MODEL_EVENT_PESERTA } from "@/app_modules/event/_lib/interface";
|
||||
import { ComponentAdminGlobal_TitlePage } from "../../_admin_global/_component";
|
||||
@@ -10,7 +10,7 @@ export function AdminEvent_UiDetailPeserta() {
|
||||
return (
|
||||
<>
|
||||
<Stack>
|
||||
<AdminGlobal_ComponentBackButton />
|
||||
<Admin_ComponentBackButton />
|
||||
<ComponentAdminGlobal_TitlePage name="Detail Peserta" />
|
||||
<AdminEvent_ViewDetailPeserta
|
||||
/>
|
||||
|
||||
@@ -6,7 +6,7 @@ import { SimpleGrid, 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 { apiGetAdminDetailEventById } from "../_lib/api_fecth_admin_event";
|
||||
import CustomSkeleton from "@/app_modules/components/CustomSkeleton";
|
||||
@@ -47,7 +47,7 @@ export function AdminEvent_UiNewDetail() {
|
||||
<>
|
||||
<Stack>
|
||||
<ComponentAdminGlobal_HeaderTamplate name="Detail event" />
|
||||
<AdminGlobal_ComponentBackButton />
|
||||
<Admin_ComponentBackButton />
|
||||
|
||||
{data === undefined ? (
|
||||
<Admin_V3_ComponentSkeletonBreakpoint/>
|
||||
|
||||
@@ -3,7 +3,7 @@ import { IconCircleCheck } from "@tabler/icons-react";
|
||||
import { useAtom } from "jotai";
|
||||
import { gs_admin_event_menu_publish } from "../_lib/global_state";
|
||||
import { Stack, Group, Button } from "@mantine/core";
|
||||
import AdminGlobal_ComponentBackButton from "../../_admin_global/back_button";
|
||||
import Admin_ComponentBackButton from "../../_admin_global/back_button";
|
||||
import AdminEvent_ComponentDetailPublish from "../_component/comp_detail_publish";
|
||||
import { AdminEvent_ViewDetailPeserta } from "./view_detail_peserta";
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
import { Button, Group, Stack } from '@mantine/core';
|
||||
import { IconCircleCheck } from '@tabler/icons-react';
|
||||
import { useAtom } from 'jotai';
|
||||
import AdminGlobal_ComponentBackButton from '../../_admin_global/back_button';
|
||||
import Admin_ComponentBackButton from '../../_admin_global/back_button';
|
||||
import AdminEvent_ComponentDetailPublish from '../_component/comp_detail_publish';
|
||||
import { gs_admin_event_menu_publish } from '../_lib/global_state';
|
||||
import { AdminEvent_ViewDetailPeserta } from '../_view';
|
||||
@@ -29,7 +29,7 @@ function AdminEvent_DetailPublish() {
|
||||
return (
|
||||
<>
|
||||
<Stack>
|
||||
<AdminGlobal_ComponentBackButton />
|
||||
<Admin_ComponentBackButton />
|
||||
|
||||
<Group>
|
||||
{listPage.map((e) => (
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
'use client'
|
||||
import { ActionIcon, Badge, Button, Center, Group, Paper, ScrollArea, Select, Stack, Table, Title } from '@mantine/core';
|
||||
import React from 'react';
|
||||
import AdminGlobal_ComponentBackButton from '../../_admin_global/back_button';
|
||||
import Admin_ComponentBackButton from '../../_admin_global/back_button';
|
||||
import { IconImageInPicture, IconReload } from '@tabler/icons-react';
|
||||
|
||||
const tableRows = [
|
||||
@@ -54,7 +54,7 @@ function AdminEvent_DetailSponsor() {
|
||||
return (
|
||||
<>
|
||||
<Stack>
|
||||
<AdminGlobal_ComponentBackButton />
|
||||
<Admin_ComponentBackButton />
|
||||
<Stack spacing={"xs"} h={"100%"}>
|
||||
<Group
|
||||
position='apart'
|
||||
|
||||
Reference in New Issue
Block a user