heading has been changed to follow the hierarchy down the page (#1656)
This commit is contained in:
parent
6e956d27ad
commit
3d300cc1e4
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue