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
1 changed files with 2 additions and 2 deletions

View File

@ -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')
});
}