Skip to content

Commit 7efce0a

Browse files
committed
Apply linting and version bump
1 parent 1d00884 commit 7efce0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/javascripts/discourse/components/custom-wizard-field-composer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default Component.extend({
2222
reply: this.get("field.value") || "",
2323
},
2424
afterRefresh: () => {},
25-
allowUpload: true
25+
allowUpload: true,
2626
})
2727
);
2828
},

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.10.1
4+
# version: 2.11.0
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)