mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
12.0 change button color (#6329)
This commit is contained in:
@@ -177,8 +177,8 @@ class ManageMembersDialog extends React.Component {
|
||||
className="add-members-select"
|
||||
/>
|
||||
{this.state.selectedOption ?
|
||||
<Button color="secondary" onClick={this.addGroupMember}>{gettext('Submit')}</Button> :
|
||||
<Button color="secondary" disabled>{gettext('Submit')}</Button>
|
||||
<Button color="primary" onClick={this.addGroupMember}>{gettext('Submit')}</Button> :
|
||||
<Button color="primary" disabled>{gettext('Submit')}</Button>
|
||||
}
|
||||
</div>
|
||||
{
|
||||
|
Reference in New Issue
Block a user