Skip to content

Commit

Permalink
fix(ContributionAssistant): remove labels_tags param when sending bar…
Browse files Browse the repository at this point in the history
…codes (#1067)

Co-authored-by: Raphaël Odini <[email protected]>
  • Loading branch information
TTalex and raphodn authored Dec 8, 2024
1 parent e8256a0 commit a58d965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ContributionAssistant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ export default {
delete priceData.price_per
delete priceData.category_tag
delete priceData.origins_tags
delete priceData.labels_tags
} else if (productPriceForm.type == 'CATEGORY') {
delete priceData.product_code
delete priceData.product
Expand Down

0 comments on commit a58d965

Please sign in to comment.