mirror of
https://github.com/flarum/core.git
synced 2025-08-07 08:56:38 +02:00
Don't pass attrs to Modal.content (we forgot to remove it, were experimenting with something else previously)
This commit is contained in:
committed by
Franz Liedke
parent
2186584878
commit
e699ada1cc
@@ -54,7 +54,7 @@ export default class Modal extends Component {
|
||||
|
||||
{this.alertAttrs ? <div className="Modal-alert">{Alert.component(this.alertAttrs)}</div> : ''}
|
||||
|
||||
{this.content(this.attrs)}
|
||||
{this.content()}
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user