Skip to content

Commit

Permalink
SonarQ fix
Browse files Browse the repository at this point in the history
  • Loading branch information
estebangallego committed Jun 26, 2024
1 parent 36c878f commit 229aaff
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 @@ -250,7 +250,7 @@ export default {
* @return {boolean} Returns true if multi-select is disabled, false otherwise.
*/
isMultiSelectDisabled() {
this.options.allowMultiSelect === false;
return this.options.allowMultiSelect === false;
},
/**
Expand Down

0 comments on commit 229aaff

Please sign in to comment.