Skip to content

Commit

Permalink
Fix return value
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Jul 30, 2024
1 parent 5204ff2 commit 8b7f650
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 8b7f650

Please sign in to comment.