DEV: pass more arguments to before-create-topic-button (#13740)

This commit passes a few more arguments to the `before-create-topic-button` outlet.

We need these arguments to avoid template overrides in themes.
This commit is contained in:
Joe 2021-07-15 21:11:59 +08:00 committed by GitHub
parent 74b3730143
commit ebce983a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,10 @@
args=(hash
canCreateTopic=canCreateTopic
createTopicDisabled=createTopicDisabled
createTopicLabel=createTopicLabel)
createTopicLabel=createTopicLabel
additionalTags=additionalTags
category=category
tag=tag)
}}
{{create-topic-button