Skip to content

Commit

Permalink
Fix decorators mode picker (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
xixixao committed May 23, 2020
1 parent 8e24f39 commit adbded9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/repl/ReplOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class ExpandedContainer extends Component<Props, State> {
)}
>
<option
vale="modern"
value="modern"
selected={!presetsOptions.decoratorsLegacy}
>
Current Proposal
Expand Down

0 comments on commit adbded9

Please sign in to comment.