Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0001 committed Sep 10, 2024
1 parent 3a8fdaa commit d9d74fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Vue.component('variable-edit-documentation', {
if (key.indexOf(".") !== -1 && this.variable[key]){
delete this.variable[key];
}
_.set(this.variable,key,value);
Vue.set(this.variable,key,value);
},
updateSection: function (obj)
{
Expand Down

0 comments on commit d9d74fa

Please sign in to comment.