Merge pull request #3824 from influxdata/tempvar/map-type-vs-url-query

Add localSelected value to StatusPage constant template variables
pull/10616/head
Deniz Kusefoglu 2018-07-05 11:57:20 -07:00 committed by GitHub
commit 33a8bd2ba9
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class StatusPage extends Component<Props, State> {
value: timeRange.lower,
type: 'constant',
selected: true,
localSelected: true,
},
],
}
@ -61,6 +62,7 @@ class StatusPage extends Component<Props, State> {
value: 'now()',
type: 'constant',
selected: true,
localSelected: true,
},
],
}