delete wrna background + h1 manage transfer type

This commit is contained in:
bagusajisaputroo
2025-03-24 11:37:38 +07:00
parent 3c7d6e336c
commit 6fc67b0b2d
2 changed files with 3 additions and 9 deletions

View File

@ -13,7 +13,7 @@ const TransferType = () => {
return ( return (
<ManageTransferTypeContextProvider> <ManageTransferTypeContextProvider>
<Container> <Container>
<h1 className="text-xl font-medium leading-none text-gray-900 mb-3">Manage Access Type</h1> <h1 className="text-xl font-medium leading-none text-gray-900 mb-3">Manage Transaction Type</h1>
<Breadcrumbs sx={{ mb: 2 }}> <Breadcrumbs sx={{ mb: 2 }}>
<Link underline="none" color="inherit" href="/"> <Link underline="none" color="inherit" href="/">
<span className="text-sm hover:underline">Dashboard</span> <span className="text-sm hover:underline">Dashboard</span>
@ -24,7 +24,7 @@ const TransferType = () => {
</Link> </Link>
<Link underline="none" color="inherit"> <Link underline="none" color="inherit">
<span className="text-sm">Manage Access Type</span> <span className="text-sm">Manage Transfer Type</span>
</Link> </Link>
</Breadcrumbs> </Breadcrumbs>
<div className="grid gap-5 lg:gap-7.5"> <div className="grid gap-5 lg:gap-7.5">

View File

@ -202,17 +202,11 @@
order_direction: sorting[0].desc ? 'ASC' : 'DESC', order_direction: sorting[0].desc ? 'ASC' : 'DESC',
filter: JSON.stringify(filter) filter: JSON.stringify(filter)
}); });
console.log("bismillah:",response?.data.list)
// setTransferType(response?.data.list);
return { data: response?.data.list, totalCount: response?.data.total_count }; return { data: response?.data.list, totalCount: response?.data.total_count };
// console.log("test:",response)
  };   };
return ( return (
<div className="min-h-screen bg-gray-100"> <div className="min-h-screen">
<div className="container mx-auto py-6">
<h1 className="text-2xl font-semibold text-gray-900 ml-5 mb-4">Manage Transaction Type</h1>
</div>
<ManageTransferTypeContext.Provider <ManageTransferTypeContext.Provider
value={{ value={{