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/zero-padding #10513

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Conversation

shaurya-sharma064
Copy link
Collaborator

@shaurya-sharma064 shaurya-sharma064 commented Jul 30, 2024

Issue: Image component with 0 padding was throwing error.
Fix: The transformation schema that is created does not account for 0 so added a fix for that

@TooljetBot
Copy link
Collaborator

TooljetBot commented Jul 30, 2024

Code Review Agent Run #60bc5a

  • AI Based Review: ✔️ Successful

High-level Feedback

Ensure that 'parsedValue' is validated correctly to avoid 'NaN' values, which can lead to unexpected behavior. Using 'Number.isFinite' in combination with 'isNumber' will enhance the reliability of the value parsing logic.

Actionable Issues

📄 frontend/src/Editor/component-properties-validation.js
Issues: Total - 1, High importance - 1
Line 41-41 🔴 High importance - 1   

AI Code Review powered by Bito Logo

Copy link

sonarcloud bot commented Jul 30, 2024

@johnsoncherian johnsoncherian merged commit 10dba6f into fix/appbuilder-stability-and-ui Jul 31, 2024
31 checks passed
@johnsoncherian johnsoncherian deleted the fix/zero-padding branch July 31, 2024 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants