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

feat: file section for configurable products #1619

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

Conversation

ivan-kalachikov
Copy link
Contributor

@ivan-kalachikov ivan-kalachikov commented Mar 6, 2025

@ivan-kalachikov ivan-kalachikov requested a review from a team as a code owner March 6, 2025 15:53
@ivan-kalachikov ivan-kalachikov requested review from Andrew-Orlov, goldenmaya, NaMax66 and IrinaSer and removed request for a team March 6, 2025 15:53
}

watchEffect(async () => {
await fetchFileOptions();
Copy link
Collaborator

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)?

Copy link
Contributor Author

@ivan-kalachikov ivan-kalachikov Mar 7, 2025

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.

@ivan-kalachikov ivan-kalachikov requested a review from NaMax66 March 10, 2025 09:38
IrinaSer
IrinaSer previously approved these changes Mar 12, 2025
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.

None yet

3 participants