FIX: fix new-topic composer issue
This commit is contained in:
parent
7581a7d869
commit
e526fb0d1c
|
@ -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')
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue