1
0
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:
Alexander Skvortsov
2020-08-15 19:45:33 -04:00
committed by Franz Liedke
parent 2186584878
commit e699ada1cc

View File

@@ -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>