Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2025-04-09 16:37:01 +02:00
FIX: incorrect property reference
Dieser Commit ist enthalten in:
Ursprung
ebf44a67da
Commit
ac347394f9
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -1,7 +1,7 @@
|
|||
<div class={{this.fieldClass}}>
|
||||
<DEditor
|
||||
@tabindex={{this.field.tabindex}}
|
||||
@value={{this.composer.reply}}
|
||||
@value={{this.composer.model.reply}}
|
||||
@placeholderOverride={{this.replyPlaceholder}}
|
||||
@previewUpdated={{this.previewUpdated}}
|
||||
@markdownOptions={{this.markdownOptions}}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
# name: discourse-custom-wizard
|
||||
# about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more.
|
||||
# version: 2.11.0
|
||||
# version: 2.11.1
|
||||
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever, Juan Marcos Gutierrez Ramos
|
||||
# url: https://github.com/paviliondev/discourse-custom-wizard
|
||||
# contact_emails: development@pavilion.tech
|
||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren