mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
TimePickerContent: Use button time for range dropdown toggle (#46778)
This commit is contained in:
+1
@@ -134,6 +134,7 @@ const NarrowScreenForm: React.FC<FormProps> = (props) => {
|
||||
<fieldset>
|
||||
<div className={styles.header}>
|
||||
<button
|
||||
type={'button'}
|
||||
className={styles.expandButton}
|
||||
onClick={() => {
|
||||
if (!hideQuickRanges) {
|
||||
|
||||
Reference in New Issue
Block a user