fix location master member
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user