Skip to content

Commit

Permalink
fix(desktop): show all options of provider state
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbreuninger committed May 8, 2024
1 parent ec33f3b commit d73cd70
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,10 @@ function mergeOptionDefinitions(
const config = configOptions[k]
if (config) {
res[k] = { ...config, ...v }
continue
}

res[k] = v
}

return res
Expand Down

0 comments on commit d73cd70

Please sign in to comment.