FIX: flag button was broken for posts
This commit is contained in:
parent
c3cadbb4d8
commit
e1d5503053
|
@ -43,7 +43,7 @@ const TopicRoute = Discourse.Route.extend({
|
||||||
|
|
||||||
showFlags(model) {
|
showFlags(model) {
|
||||||
showModal('flag', { model });
|
showModal('flag', { model });
|
||||||
this.controllerFor('flag').setProperties({ selected: null });
|
this.controllerFor('flag').setProperties({ selected: null, flagTopic: false });
|
||||||
},
|
},
|
||||||
|
|
||||||
showFlagTopic(model) {
|
showFlagTopic(model) {
|
||||||
|
|
Loading…
Reference in New Issue