fix location master member

This commit is contained in:
unknown
2025-06-05 11:42:06 +07:00
parent d5fed442a9
commit dc6bcdbd9a

View File

@ -213,7 +213,7 @@ const DetailMember = ({ showAddDialog, setShowAddDialog, handleSubmit, initialDa
</DialogHeader>
<DialogBody ref={parentRef}>
<div className="flex flex-col">
<form>
{/* <form> */}
{alert.show && (<Alert variant="danger"><h3>{alert.message}</h3></Alert>)}
{/* <div className="card-body grid gap-5"> */}
@ -299,7 +299,7 @@ const DetailMember = ({ showAddDialog, setShowAddDialog, handleSubmit, initialDa
</Button>
</div>
</div>
</form>
{/* </form> */}
</div>
</DialogBody>
</DialogContent>