mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
Fix suspend modal submit button
This commit is contained in:
@@ -66,11 +66,9 @@ export default class SuspendUserModal extends Modal {
|
||||
</div>
|
||||
|
||||
<div className="Form-group">
|
||||
{Button.component({
|
||||
children: 'Save Changes',
|
||||
className: 'Button Button--primary',
|
||||
loading: this.loading
|
||||
})}
|
||||
<Button className="Button Button--primary" loading={this.loading} type="submit">
|
||||
Save Changes
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user