-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: file section for configurable products #1619
base: dev
Are you sure you want to change the base?
feat: file section for configurable products #1619
Conversation
} | ||
|
||
watchEffect(async () => { | ||
await fetchFileOptions(); |
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.
why async?
have you tried watchEffect(fetchFileOptions)?
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.
Just copy-pasted it from similar places. But you are right async is not needed here as well as a watchEffect, removed that. Simple void fetchFileOptions();
works fine here.
client-app/shared/catalog/components/configuration/product-configuration.vue
Show resolved
Hide resolved
client-app/shared/catalog/composables/useConfigurableProduct.ts
Outdated
Show resolved
Hide resolved
…ucts
…ucts
…ucts
|
Description
References
Jira-link:
https://virtocommerce.atlassian.net/browse/VCST-2796
Artifact URL:
https://vc3prerelease.blob.core.windows.net/packages/vc-theme-b2b-vue-2.18.0-pr-1619-a78e-a78e4695.zip