Skip to content

Commit

Permalink
fix: replace set
Browse files Browse the repository at this point in the history
Signed-off-by: Yi-Ya Chen <[email protected]>
(cherry picked from commit 7645d61)
  • Loading branch information
houhoucoop authored and mergify[bot] committed Jan 10, 2025
1 parent 90b85d2 commit 72a17cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/harvester/edit/harvesterhci.io.logging.output.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {
const selectedProviderDefault = providers.find((p) => p.name === selectedProvider)?.default || providers[0].default;
if (this.mode !== _VIEW) {
this.$set(this.value.spec, selectedProvider, this.value.spec[selectedProvider] || clone(selectedProviderDefault));
set(this.value.spec, selectedProvider, this.value.spec[selectedProvider] || clone(selectedProviderDefault));
}
return {
Expand Down

0 comments on commit 72a17cd

Please sign in to comment.