Skip to content

Commit

Permalink
Merge pull request #431 from ProcessMaker/observation/FOUR-17347
Browse files Browse the repository at this point in the history
Fix return value
  • Loading branch information
ryancooley authored Aug 9, 2024
2 parents 5204ff2 + 8b7f650 commit fed238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormSelectList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export default {
return false;
}
this.lastRequest = cloneDeep(request);
this.fetchDataSourceOptions(selectedDataSource, params, dataName);
return await this.fetchDataSourceOptions(selectedDataSource, params, dataName);
},
shouldLoadOptionsFromDataConnector(selectedDataSource, selectedEndPoint) {
Expand Down

0 comments on commit fed238a

Please sign in to comment.