Skip to content
Snippets Groups Projects
Commit 9458f7bc authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

asking for data is presumptuous.... spurious promises of peer approval not withstanding

parent 28f35a88
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ export default class QueryVisualization extends Component {
if (!this.props.result) {
viz = (
<div className="flex full layout-centered text-grey-1">
<h1>If you give me some data I can show you something cool. Run a Query!</h1>
<h1>If you're stuck, you can always just pick a table and hit "Run Query" to get started.</h1>
</div>
);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment