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 e8bf3b2 commit d888c0cCopy full SHA for d888c0c
src/projects/detail/components/SkillsQuestion/SkillsQuestionBase.jsx
@@ -52,7 +52,7 @@ class SkillsQuestion extends React.PureComponent {
52
53
componentWillMount() {
54
if (!cachedOptions) {
55
- axios.get(`${TC_API_URL}/v5/skills?skillProviderId=${SKILL_PROVIDER_ID}&perPage=100`)
+ axios.get(`${TC_API_URL}/v5/skills?skillProviderId=${SKILL_PROVIDER_ID}&perPage=100&orderBy=name`)
56
.then(resp => {
57
const options = _.get(resp, 'data', [])
58
0 commit comments