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: resolve page failing when any type other than string is used for a value #21

Merged
merged 1 commit into from
May 3, 2024

Conversation

Datron
Copy link
Collaborator

@Datron Datron commented May 3, 2024

Problem

Resolve page doesn't resolve when the type of a value is not a string because the code was trying convert everything to string.

Solution

Properly parse types and display them so that the resolve UI works correctly. Also replace <input> for values in some places with textarea

@Datron Datron requested a review from a team as a code owner May 3, 2024 06:42
@Datron Datron force-pushed the fix-resolve branch 3 times, most recently from be388ce to c7df168 Compare May 3, 2024 07:45
- Also convert value in some places to use textarea instead of input
@mahatoankitkumar mahatoankitkumar merged commit f496634 into main May 3, 2024
2 checks passed
@mahatoankitkumar mahatoankitkumar deleted the fix-resolve branch May 3, 2024 10:11
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.

3 participants