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: startsWith not a function error [INS-3640] #7201

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

CurryYangxx
Copy link
Member

@CurryYangxx CurryYangxx commented Mar 25, 2024

Close #7164

ErrorMessage

image

Reason

image The version field in yaml should be string type, but even if you enter numbers, you can save them, although an error will be reported. The `spec.info.version` may be string type or number, so we need to covert to string type when it has value.

@CurryYangxx CurryYangxx requested a review from a team March 25, 2024 03:15
@CurryYangxx CurryYangxx changed the title fix: startsWith not a function error fix: startsWith not a function error [INS-3640] Mar 25, 2024
@jackkav
Copy link
Contributor

jackkav commented Mar 25, 2024

Nice job! Thanks

@jackkav jackkav merged commit 5ff9ed9 into develop Mar 25, 2024
7 checks passed
@jackkav jackkav deleted the fix/startsWith-error branch March 25, 2024 23:54
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.

Application Error: T.startsWith is not a function
3 participants