Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 1a38d81

Browse files
author
Tomasz Kostuch
authored
Merge branch 'hotfix/v1.11.3' into bugfix/omit-totals-for-product-comparision
2 parents f2ad461 + 7a9d672 commit 1a38d81

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Changed / Improved
1414

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

1818
### Fixed
1919
- Fixes when having multiple custom options with overlapping option_type_id values, selecting 1 changes the others - @carlokok (#4196)

src/themes/default/components/core/blocks/Microcart/Product.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ export default {
308308
const maxQuantity = await this.getQuantity()
309309
this.maxQuantity = maxQuantity
310310
}
311-
}
311+
},
312+
immediate: true
312313
}
313314
}
314315
}

0 commit comments

Comments
 (0)