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: store constant values as Number #1314

Merged
merged 1 commit into from
Aug 25, 2022

Conversation

KoalaTasha
Copy link
Contributor

@KoalaTasha KoalaTasha commented Aug 25, 2022

Problem

CheckFirst is saving constant values as string instead of Number, and that's hurting functionality, since constants are meant to be numbers. This will affect logic applied to the values

Solution

Bug Fixes:

Ensure that the MapTable component returns a number for the mapped value on the frontend

@KoalaTasha KoalaTasha requested a review from LoneRifle August 25, 2022 07:15
@LoneRifle LoneRifle merged commit 0eef010 into develop Aug 25, 2022
@LoneRifle LoneRifle deleted the fix-constants-saved-as-string branch August 25, 2022 07:30
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