Skip to content

Commit

Permalink
Update the error message
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Lohar <loharrohit9860@gmail.com>
  • Loading branch information
rohitlohar45 committed Mar 8, 2025
1 parent 13b8e67 commit 9ec7818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class SearchTracePageImpl extends Component {
<Col span={!embedded ? 18 : 24} className="SearchTracePage--column">
{showErrors && (
<div className="js-test-error-message">
<h2>There was an error querying for traces:</h2>
<h2>Cannot parse uploaded file</h2>
{errors.map(err => (
<ErrorMessage key={err.message} error={err} />
))}
Expand Down

0 comments on commit 9ec7818

Please sign in to comment.