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