fix member

This commit is contained in:
unknown
2025-04-07 21:32:48 +07:00
parent e2cec8ee07
commit 0ea70f12ad

View File

@ -179,7 +179,7 @@ const ManageGroups = () => {
columns={columns}
createData={createGroup}
onUpdate={handleUpdate}
onDelete={handleDelete}
onDelete={null}
/>
<Dialog open={isDialogOpen} onClose={closeDialog}>
<DialogContent className="w-full">