Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.11.3' into bugfix/omit-totals-for-product-com…
Browse files Browse the repository at this point in the history
…parision
  • Loading branch information
Tomasz Kostuch committed Apr 22, 2020
2 parents f2ad461 + 7a9d672 commit 1a38d81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed / Improved

- The default config file is now in more human-readable format - @juho-jaakkola (#4197)
- Create only once aside async component - @gibkigonzo (#4229)
- Create only once aside async component - @gibkigonzo (#4229, #4268)

### Fixed
- Fixes when having multiple custom options with overlapping option_type_id values, selecting 1 changes the others - @carlokok (#4196)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ export default {
const maxQuantity = await this.getQuantity()
this.maxQuantity = maxQuantity
}
}
},
immediate: true
}
}
}
Expand Down

0 comments on commit 1a38d81

Please sign in to comment.