We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f177f89 commit cc8afaeCopy full SHA for cc8afae
src/DefaultEditor.js
@@ -71,8 +71,12 @@ class DefaultEditor extends Component {
71
<DataSelector label="Open" attr="open" clearable={false} hasBlank />
72
<DataSelector label="High" attr="high" clearable={false} hasBlank />
73
<DataSelector label="Low" attr="low" clearable={false} hasBlank />
74
- <DataSelector label="Close" attr="close" clearable={false} hasBlank />
75
-
+ <DataSelector
+ label="Close"
76
+ attr="close"
77
+ clearable={false}
78
+ hasBlank
79
+ />
80
</TraceAccordion>
81
</Panel>
82
0 commit comments