Adjust copy to suit new layout
parent
ae00893638
commit
2d8a1e19d6
|
@ -112,7 +112,7 @@ const Visualization = React.createClass({
|
|||
|
||||
renderTable(query, heightPixels, onEditRawStatus) {
|
||||
if (!query) {
|
||||
return <div className="generic-empty-state">Enter your query below</div>
|
||||
return <div className="generic-empty-state">Enter your query above</div>
|
||||
}
|
||||
|
||||
return <Table query={query} height={heightPixels} onEditRawStatus={onEditRawStatus} />
|
||||
|
|
Loading…
Reference in New Issue