FIX: fix new-topic composer issue

This commit is contained in:
Arpit Jalan 2015-08-15 12:18:37 +05:30
parent 7581a7d869
commit e526fb0d1c

View file

@ -18,8 +18,8 @@ export default Ember.Mixin.create({
topicBody, topicBody,
topicCategoryId, topicCategoryId,
topicCategory, topicCategory,
draftKey: controller.get('draft_key'), draftKey: controller.get('model.draft_key'),
draftSequence: controller.get('draft_sequence') draftSequence: controller.get('model.draft_sequence')
}); });
} }