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 e19c6ee commit 04ff0d1Copy full SHA for 04ff0d1
src/components/QueryEditor.tsx
@@ -23,7 +23,7 @@ export function QueryEditor({ query, onChange, onRunQuery }: Props) {
23
24
const queryTypes = [
25
{ label: 'Eval', value: 0, description: 'Evaluate an Axon expression' },
26
- { label: 'HisRead', value: 1, description: 'Read the histories of a list of points' },
+ { label: 'HisRead', value: 1, description: 'Read the history of a point' },
27
{ label: 'Read', value: 2, description: 'Read the records matched by a filter' }
28
];
29
const queryTypeDefault = queryTypes[0];
0 commit comments