-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: cart refreshing issues #1507
base: dev
Are you sure you want to change the base?
fix: cart refreshing issues #1507
Conversation
@@ -101,6 +101,6 @@ function onValidationUpdate(validation: { isValid: true } | { isValid: false; er | |||
} | |||
|
|||
watch(countInCart, (newCount) => { | |||
quantity.value = newCount || 1; | |||
quantity.value = newCount || product.value.minQuantity || 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was it a bug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was a not related to the task bug, which I spotted during testing my changes, decided to fix it at once in that PR
Quality Gate passedIssues Measures |
Description
References
Jira-link:
https://virtocommerce.atlassian.net/browse/VCST-2350
Artifact URL:
https://vc3prerelease.blob.core.windows.net/packages/vc-theme-b2b-vue-2.12.0-pr-1507-fc42-fc42b6f9.zip