mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
FIX: fix new-topic composer issue
This commit is contained in:
parent
7581a7d869
commit
e526fb0d1c
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue