mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 11:27:18 +00:00
12.0 change button color (#6329)
This commit is contained in:
@@ -253,6 +253,7 @@ class ShareToOtherServer extends React.Component {
|
||||
<Button
|
||||
onClick={this.OCMShare}
|
||||
disabled={btnDisabled}
|
||||
color="primary"
|
||||
className={isSubmitting ? 'btn-loading' : ''}>
|
||||
{gettext('Submit')}
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user