diff --git a/app/assets/javascripts/discourse/templates/topic.hbs b/app/assets/javascripts/discourse/templates/topic.hbs index 1a4f1e0e83f..48bd3d07a6a 100644 --- a/app/assets/javascripts/discourse/templates/topic.hbs +++ b/app/assets/javascripts/discourse/templates/topic.hbs @@ -22,7 +22,10 @@ {{/if}} {{text-field id="edit-title" value=buffered.title maxlength=siteSettings.max_topic_title_length autofocus="true"}} {{#if showCategoryChooser}} - {{category-chooser class="small" value=buffered.category_id}} + {{category-chooser + class="small" + value=(unbound buffered.category_id) + onSelect=(action (mut buffered.category_id))}} {{/if}} {{#if canEditTags}}