-
Notifications
You must be signed in to change notification settings - Fork 173
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/update-document-load-message-for-prompt-studio-project #872
base: main
Are you sure you want to change the base?
Conversation
@@ -30,7 +30,7 @@ function DocumentViewer({ | |||
return ( | |||
<div className="height-100 display-flex-center display-flex-align-center"> | |||
<Typography.Text> | |||
{errMsg || "Failed to load the document"} | |||
{errMsg || "Loading onboarding document"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will the failure cases display correctly as "Failed" @kirtimanmishrazipstack? I hope that also will not be shown as "Loading" with this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gaya3-zipstack it will still show as loading. @tahierhussain need some help to fix this
@@ -30,7 +30,7 @@ function DocumentViewer({ | |||
return ( | |||
<div className="height-100 display-flex-center display-flex-align-center"> | |||
<Typography.Text> | |||
{errMsg || "Failed to load the document"} | |||
{errMsg || "Loading onboarding document"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will the failure cases display correctly as "Failed" @kirtimanmishrazipstack? I hope that also will not be shown as "Loading" with this change
|
Quality Gate passedIssues Measures |
What
Why
How
Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)
Database Migrations
Env Config
Relevant Docs
Related Issues or PRs
Dependencies Versions
Notes on Testing
Screenshots
Checklist
I have read and understood the Contribution Guidelines.