mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:03:22 +08:00
needed () to work (#28099)
This commit is contained in:
parent
3e6b5a16a6
commit
b55f2a6270
|
@ -13,7 +13,7 @@ export default class Flag {
|
|||
// an instance of ActionSummary
|
||||
const postAction = this.postActionFor(flagModal);
|
||||
flagModal.appEvents.trigger(
|
||||
this.flagCreatedEvent,
|
||||
this.flagCreatedEvent(),
|
||||
flagModal.args.model.flagModel,
|
||||
postAction,
|
||||
opts
|
||||
|
|
Loading…
Reference in New Issue
Block a user