Skip to content

Commit 44f2456

Browse files
odkhangnorbusan
authored andcommitted
feature-8818
Custom field in Attendee form should have the include value is True as default
1 parent b850f8c commit 44f2456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/forms/wizard/custom-form-input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default class CustomFormInput extends Component<Args> {
7777
form : this.args.form,
7878
type : this.type,
7979
isRequired : false,
80-
isIncluded : false,
80+
isIncluded : true,
8181
isComplex : true,
8282
event : this.args.event,
8383
formID : this.args.formIdentifier,

0 commit comments

Comments
 (0)