Skip to content
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

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

ivan-kalachikov
Copy link
Contributor

@ivan-kalachikov ivan-kalachikov commented Dec 18, 2024

@ivan-kalachikov ivan-kalachikov marked this pull request as ready for review December 18, 2024 15:47
@ivan-kalachikov ivan-kalachikov requested a review from a team as a code owner December 18, 2024 15:47
@ivan-kalachikov ivan-kalachikov requested review from Andrew-Orlov, goldenmaya and NaMax66 and removed request for a team December 18, 2024 15:47
@@ -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;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was it a bug?

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants