mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +08:00
Fix suspend modal submit button
This commit is contained in:
parent
ba7ae1eb96
commit
7fe52f2494
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user