1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 08:28:11 +00:00

fix manage member style

This commit is contained in:
Michael An
2021-11-25 11:32:23 +08:00
parent 980b2e8d05
commit 442f91edc1
3 changed files with 9 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ class ManageMembersDialog extends React.Component {
)
}
</ModalHeader>
<ModalBody>
<ModalBody className="pb-0">
{currentMode == MANAGEMENT_MODE.LIST_AND_ADD ?
<ListAndAddGroupMembers
groupID={groupID}