pagination and member

This commit is contained in:
unknown
2025-06-03 12:02:03 +07:00
parent c5f2da8ee0
commit 0707f90458
3 changed files with 7 additions and 8 deletions

View File

@ -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"> */}