We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520fa34 commit 8233745Copy full SHA for 8233745
src/QueryEditor.tsx
@@ -52,7 +52,7 @@ export class QueryEditor extends PureComponent<Props> {
52
<div className="gf-form-max-width-25">
53
<FormField
54
labelWidth={10}
55
- value={queryText || 'tagged "riemann"'}
+ value={queryText || ''}
56
onChange={this.onQueryTextChange}
57
label="Query Text"
58
tooltip="Riemann query. See test suite for examples https://github.com/riemann/riemann/blob/master/test/riemann/query_test.clj"
0 commit comments