0
0
Fork 1
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:
Angus McLeod 2025-02-13 14:47:43 +01:00
Ursprung ebf44a67da
Commit ac347394f9
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
assets/javascripts/discourse/components
plugin.rb

Datei anzeigen

@ -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}}

Datei anzeigen

@ -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