-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[UI] Fix UI crash when invalid pipeline uploaded #2774
Conversation
/assign @jingzhang36 |
/lgtm |
@jingzhang36 Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bobgy The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
/hold cancel |
* Fix UI crashing when invalid pipeline uploaded * Fix existing tests * Use dive instead of shallow * Add test case for error behavior
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Fixes one of the issues (UI crashing) in #2692
/area frontend
/kind bug
Steps to reproduce:
Current bug behavior: UI crashes and the page turns blank.
After this PR's fix: A proper error message is shown.
This change is