Skip to content

Commit

Permalink
Merge branch 'fixFunctionsLoading'
Browse files Browse the repository at this point in the history
  • Loading branch information
timwhite committed Mar 5, 2017
2 parents ea8ad7c + 2cdc746 commit 8bc5e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/job_run.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class FunctionSelect extends React.Component {

var fonctions = this.props.functions;

if (!fonctions) {
if (!fonctions || fonctions.length == 0) {
updateFunctionsList()
}

Expand Down

0 comments on commit 8bc5e26

Please sign in to comment.