DEV: added a plugin outlet to reviewable-item (#22934)

* DEV: added a plugin outlet to reviewable-item

* fix linting
This commit is contained in:
Faizaan Gagan 2023-08-02 23:18:18 +05:30 committed by GitHub
parent c5c786b4ac
commit 47593a9922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -130,6 +130,10 @@
{{/if}}
{{/if}}
{{/if}}
<PluginOutlet
@name="reviewable-item-actions"
@connectorTagName="div"
@outletArgs={{hash reviewable=this.reviewable}}
/>
</div>
</div>