Skip to content

Commit 37c6b2e

Browse files
committed
Sort work type drop down
1 parent 9613fdd commit 37c6b2e

File tree

1 file changed

+1
-0
lines changed
  • src/components/ChallengeEditor/Type-Field

1 file changed

+1
-0
lines changed

src/components/ChallengeEditor/Type-Field/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import cn from 'classnames'
66
import styles from './Type-Field.module.scss'
77

88
const TypeField = ({ types, onUpdateSelect, challenge, disabled }) => {
9+
types = _.sortBy(types, ['name'])
910
return (
1011
<>
1112
<div className={styles.row}>

0 commit comments

Comments
 (0)