Set toolTip for "Request Charge" and "Showing Results" metrics (#1212)

This commit is contained in:
victor-meng
2022-01-31 10:02:04 -08:00
committed by GitHub
parent 4728dc48d7
commit b7f0548cca

View File

@@ -215,13 +215,13 @@ export default class QueryTabComponent extends React.Component<IQueryTabComponen
{ {
metric: "Request Charge", metric: "Request Charge",
value: this.state.requestChargeDisplayText, value: this.state.requestChargeDisplayText,
toolTip: "", toolTip: "Request Charge",
isQueryMetricsEnabled: true, isQueryMetricsEnabled: true,
}, },
{ {
metric: "Showing Results", metric: "Showing Results",
value: this.state.showingDocumentsDisplayText, value: this.state.showingDocumentsDisplayText,
toolTip: "", toolTip: "Showing Results",
isQueryMetricsEnabled: true, isQueryMetricsEnabled: true,
}, },
{ {