diff --git a/src/components/FormSelectList.vue b/src/components/FormSelectList.vue index 0372309..3cca256 100644 --- a/src/components/FormSelectList.vue +++ b/src/components/FormSelectList.vue @@ -331,7 +331,7 @@ export default { async fetchDataSourceOptions(dataSource, params, dataName) { try { let resolvedNonce = null; - let response = { data : [] }; + let response = null; // Nonce ensures we only use results from the latest request this.nonce = Math.random();