Update title
This commit is contained in:
@ -116,30 +116,6 @@ const ManageMembers = () => {
|
|||||||
if (loading) return <ScreenLoader />;
|
if (loading) return <ScreenLoader />;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<<<<<<< Updated upstream
|
|
||||||
<div>
|
|
||||||
<div className="container mx-auto w-full">
|
|
||||||
<ConfirmDialog
|
|
||||||
open={dialogOpen}
|
|
||||||
onClose={() => setDialogOpen(false)}
|
|
||||||
title="Confirm Action"
|
|
||||||
content={`Are you sure you want to ${dialogType}?`}
|
|
||||||
onYes={handleYes}
|
|
||||||
onNo={() => setDialogOpen(false)}
|
|
||||||
/>
|
|
||||||
<CustomerDialog
|
|
||||||
open={isDialogOpen}
|
|
||||||
handleClose={closeDialog}
|
|
||||||
handleSubmit={handleSubmit}
|
|
||||||
initialData={member}
|
|
||||||
fetchCustomers={fetchCustomers}
|
|
||||||
/>
|
|
||||||
<h1 className="text-xl font-medium leading-none text-gray-900 mb-3">Manage Members</h1>
|
|
||||||
<Breadcrumbs>
|
|
||||||
<Link underline="none" color="inherit" href="/">
|
|
||||||
<span className="text-sm hover:underline">Dashboard</span>
|
|
||||||
</Link>
|
|
||||||
=======
|
|
||||||
<>
|
<>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>TPAY | Manage Members</title>
|
<title>TPAY | Manage Members</title>
|
||||||
@ -166,8 +142,6 @@ const ManageMembers = () => {
|
|||||||
<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>
|
||||||
</Link>
|
</Link>
|
||||||
>>>>>>> Stashed changes
|
|
||||||
|
|
||||||
<Link underline="none" color="inherit">
|
<Link underline="none" color="inherit">
|
||||||
<span className="text-sm">Members</span>
|
<span className="text-sm">Members</span>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user