Skip to content

Commit

Permalink
Restored correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosomb committed Aug 27, 2024
1 parent c23cc9f commit ecbb893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dev/front/js/components/Button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
return {
isChecked: this.checked === 'true',
idList: this.listId,
idProductAttribute: this.idProductAttribute,
idProductAttribute: this.productAttributeId,
};
},
methods: {
Expand Down

0 comments on commit ecbb893

Please sign in to comment.