Skip to content

Commit 1a2f8f1

Browse files
authored
Merge pull request #185 from Fma965/main
Fix issue with dropdown not working
2 parents 038604e + c5da688 commit 1a2f8f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: Create custom wizards
4-
# version: 1.18.1
4+
# version: 1.18.2
55
# authors: Angus McLeod
66
# url: https://github.com/paviliondev/discourse-custom-wizard
77
# contact emails: angus@thepavilion.io

serializers/custom_wizard/wizard_field_serializer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def content
101101
object.content
102102
end
103103

104-
def content
104+
def tag_groups
105105
object.tag_groups
106106
end
107107

0 commit comments

Comments
 (0)