From 3e6482d3cce51b65c9ef6126fc9dc0cefe6976da Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 18 Jan 2024 12:32:44 -0500 Subject: [PATCH] DEV: add tag arg to after-create-topic-button outlet (#25315) --- app/assets/javascripts/discourse/app/components/d-navigation.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/discourse/app/components/d-navigation.hbs b/app/assets/javascripts/discourse/app/components/d-navigation.hbs index 3fdef279b46..79ea5214889 100644 --- a/app/assets/javascripts/discourse/app/components/d-navigation.hbs +++ b/app/assets/javascripts/discourse/app/components/d-navigation.hbs @@ -91,6 +91,7 @@ createTopicDisabled=this.createTopicDisabled createTopicLabel=this.createTopicLabel category=this.category + tag=this.tag }} />