Skip to content

Commit

Permalink
fix: listing privacy shows error in wizard (#5215)
Browse files Browse the repository at this point in the history
  • Loading branch information
maze-runnar authored Oct 1, 2020
1 parent 0c9c907 commit 32bf7c8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/components/forms/wizard/sessions-speakers-step.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ export default Component.extend(EventWizardMixin, FormMixin, {
}
]
},
privacy: {
identifier : 'privacy',
rules : [
{
type : 'empty',
prompt : this.l10n.t('Please select the Privacy')
}
]
},
startDate: {
identifier : 'start_date',
rules : [
Expand Down

1 comment on commit 32bf7c8

@vercel
Copy link

@vercel vercel bot commented on 32bf7c8 Oct 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.