mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TimePickerContent: Use button time for range dropdown toggle (#46778)
This commit is contained in:
parent
18c1c6ca6a
commit
912018ff64
@ -134,6 +134,7 @@ const NarrowScreenForm: React.FC<FormProps> = (props) => {
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<div className={styles.header}>
|
<div className={styles.header}>
|
||||||
<button
|
<button
|
||||||
|
type={'button'}
|
||||||
className={styles.expandButton}
|
className={styles.expandButton}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (!hideQuickRanges) {
|
if (!hideQuickRanges) {
|
||||||
|
Loading…
Reference in New Issue
Block a user