mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
12.0 change button color (#6329)
This commit is contained in:
@@ -302,7 +302,7 @@ class LibSubFolderSetUserPermissionDialog extends React.Component {
|
||||
/>
|
||||
</td>
|
||||
<td>
|
||||
<Button onClick={this.addUserFolderPerm}>{gettext('Submit')}</Button>
|
||||
<Button color="primary" onClick={this.addUserFolderPerm}>{gettext('Submit')}</Button>
|
||||
</td>
|
||||
</tr>
|
||||
{this.state.errorMsg.length > 0 &&
|
||||
|
Reference in New Issue
Block a user