BinhQuang hello everyone, import Alert from 'flarum/components/Alert'; I want to show errors to users on modal Help me.
Toby Assign an Alert instance to the alert property on the modal, then redraw: this.alert = new Alert({ type: "error", children: "There was an error." }); m.redraw();