pagination and member
This commit is contained in:
@ -209,9 +209,7 @@ const DetailMember = ({ showAddDialog, setShowAddDialog, handleSubmit, initialDa
|
||||
<DialogBody ref={parentRef}>
|
||||
<div className="flex flex-col">
|
||||
{alert.show && (
|
||||
<Alert variant="danger">
|
||||
<h3>{alert.message}</h3>
|
||||
</Alert>
|
||||
<Alert variant="danger"><h3>{alert.message}</h3></Alert>
|
||||
)}
|
||||
|
||||
{/* <div className="card-body grid gap-5"> */}
|
||||
|
||||
Reference in New Issue
Block a user