Skip to content

Commit ac34739

Browse files
committed
FIX: incorrect property reference
1 parent ebf44a6 commit ac34739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/javascripts/discourse/components/custom-wizard-composer-editor.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class={{this.fieldClass}}>
22
<DEditor
33
@tabindex={{this.field.tabindex}}
4-
@value={{this.composer.reply}}
4+
@value={{this.composer.model.reply}}
55
@placeholderOverride={{this.replyPlaceholder}}
66
@previewUpdated={{this.previewUpdated}}
77
@markdownOptions={{this.markdownOptions}}

plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22
# name: discourse-custom-wizard
33
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
4-
# version: 2.11.0
4+
# version: 2.11.1
55
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever, Juan Marcos Gutierrez Ramos
66
# url: https://github.com/paviliondev/discourse-custom-wizard
77
# contact_emails: [email protected]

0 commit comments

Comments
 (0)