DEV: Pass editFirstPost action to plugin outlet in topic.hbs (#12582)

This commit is contained in:
Mark VanLandingham 2021-04-01 12:20:10 -05:00 committed by GitHub
parent 5d2cd15548
commit 1d2ddbfebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
{{shared-draft-controls topic=model}}
{{/if}}
{{plugin-outlet name="topic-above-post-stream" args=(hash model=model)}}
{{plugin-outlet name="topic-above-post-stream" args=(hash model=model editFirstPost=(action "editFirstPost"))}}
{{#if model.postStream.loaded}}
{{#if model.postStream.firstPostPresent}}