mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: fix new-topic composer issue
This commit is contained in:
@@ -18,8 +18,8 @@ export default Ember.Mixin.create({
|
||||
topicBody,
|
||||
topicCategoryId,
|
||||
topicCategory,
|
||||
draftKey: controller.get('draft_key'),
|
||||
draftSequence: controller.get('draft_sequence')
|
||||
draftKey: controller.get('model.draft_key'),
|
||||
draftSequence: controller.get('model.draft_sequence')
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user