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/default value property id bug page 4706 #3459

Merged
merged 4 commits into from
Sep 10, 2024

Conversation

dylanBetty
Copy link
Collaborator

No description provided.

@@ -150,6 +150,9 @@
) {
return parsed.map((obj) => String(obj.id));
}
if (typeof parsed === 'number') {
return [parsed];
Copy link
Collaborator

Choose a reason for hiding this comment

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

Parsed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

agree that this name isn't great. I've changed it to parsedValue in latest commit, so it makes a bit more sense.

jrquak
jrquak previously approved these changes Sep 10, 2024
@dylanBetty dylanBetty dismissed stale reviews from jrquak and ingmar-stipriaan via eb76ef0 September 10, 2024 07:57
@dylanBetty dylanBetty merged commit 4a16380 into acceptance Sep 10, 2024
2 checks passed
@bettyblocks-release-bot
Copy link
Collaborator

🎉 This PR is included in version 2.190.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

4 participants