We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9613fdd commit 37c6b2eCopy full SHA for 37c6b2e
src/components/ChallengeEditor/Type-Field/index.js
@@ -6,6 +6,7 @@ import cn from 'classnames'
6
import styles from './Type-Field.module.scss'
7
8
const TypeField = ({ types, onUpdateSelect, challenge, disabled }) => {
9
+ types = _.sortBy(types, ['name'])
10
return (
11
<>
12
<div className={styles.row}>
0 commit comments