DEV: remove tag from create-topic-button outlets (#23625)

This commit is contained in:
Kris 2023-09-25 15:53:53 -04:00 committed by GitHub
parent cbf8d85e6b
commit a40c98cf27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,6 @@
<PluginOutlet
@name="before-create-topic-button"
@connectorTagName="div"
@outletArgs={{hash
canCreateTopic=this.canCreateTopic
createTopicDisabled=this.createTopicDisabled
@ -76,7 +75,6 @@
<PluginOutlet
@name="after-create-topic-button"
@connectorTagName="div"
@outletArgs={{hash
canCreateTopic=this.canCreateTopic
createTopicDisabled=this.createTopicDisabled