Skip to content

Commit 29a5814

Browse files
committed
Use onRunQuery instead of onBlur
Fixes #31
1 parent b7cefd7 commit 29a5814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/JsonPathQueryField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const JsonPathQueryField: React.FC<Props> = ({ query, onBlur, onChange })
2727
<QueryField
2828
additionalPlugins={plugins}
2929
query={query}
30-
onBlur={onBlur}
30+
onRunQuery={onBlur}
3131
onChange={onChange}
3232
portalOrigin="jsonapi"
3333
placeholder="$.items[*].name"

0 commit comments

Comments
 (0)