fix tooltip custom time format bug
parent
df56ee7312
commit
354c410c46
|
@ -61,7 +61,7 @@ class GraphOptionsTimeFormat extends PureComponent<Props, State> {
|
|||
<div className="form-group col-xs-12">
|
||||
<label>
|
||||
Time Format
|
||||
{customFormat &&
|
||||
{showCustom &&
|
||||
<QuestionMarkTooltip
|
||||
tipID="Time Axis Format"
|
||||
tipContent={tipContent}
|
||||
|
|
Loading…
Reference in New Issue