mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -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,
|
||||
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 a new issue