Skip to content

Commit

Permalink
core: frontend: wizard: allow using dropdown on case of paramter load…
Browse files Browse the repository at this point in the history
…ing failure
  • Loading branch information
Williangalvani authored and patrickelectric committed Nov 10, 2023
1 parent 1957319 commit 68d51b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/src/components/wizard/DefaultParamLoader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
item-value="full"
:label="`Parameter Sets (${board} - ${vehicle} - ${version})`"
:loading="is_loading"
:disabled="is_loading_paramsets || has_error || filtered_param_sets_names.length === 0"
:disabled="is_loading_paramsets"
style="min-width: 60%;"
:rules="[isNotEmpty]"
@change="setParamSet(filtered_param_sets[selected_param_set_name])"
Expand Down

0 comments on commit 68d51b3

Please sign in to comment.