mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore/Prometheus: Update default query type option to "Both" (#28935)
* Update default option to 'both' * Update public/app/plugins/datasource/prometheus/components/PromExploreExtraField.tsx Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Fix running of queries for both * Update wording Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ exports[`PromExploreQueryEditor should render component 1`] = `
|
||||
onKeyDownFunc={[Function]}
|
||||
onQueryTypeChange={[Function]}
|
||||
onStepChange={[Function]}
|
||||
queryType="range"
|
||||
queryType="both"
|
||||
stepValue="1s"
|
||||
/>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user