heading has been changed to follow the hierarchy down the page (#1656)

This commit is contained in:
MokireddySampath 2023-11-22 00:06:09 +05:30 committed by GitHub
parent 6e956d27ad
commit 3d300cc1e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ export const QueryResultSection: React.FC<QueryResultProps> = ({
{queryResults && !error && (
<div className="queryMetricsSummaryContainer">
<div className="queryMetricsSummary">
<h5>Query Statistics</h5>
<h3>Query Statistics</h3>
<DetailsList
items={generateQueryStatsItems()}
columns={columns}