Skip to content

Commit

Permalink
Merge pull request #16409 from code-dot-org/hide-beta-section-types
Browse files Browse the repository at this point in the history
Hide beta section types
  • Loading branch information
joshlory committed Jul 13, 2017
2 parents 7eeaf4b + 453a9a5 commit 5cd500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/templates/teacherDashboard/SectionRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class SectionRow extends Component {
defaultValue={section.loginType}
ref={element => this.loginType = element}
>
{validLoginTypes.map((type, index) => (
{['word', 'picture', 'email'].map((type, index) => (
<option key={index} value={type}>{type}</option>
))}
</select>
Expand Down

0 comments on commit 5cd500b

Please sign in to comment.