Skip to content

Commit

Permalink
Fix sonarQube
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinbusso committed Jun 10, 2024
1 parent ed1ff58 commit 33424c7
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 @@ -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();
Expand Down

0 comments on commit 33424c7

Please sign in to comment.