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 d1202e2 commit 4c59058Copy full SHA for 4c59058
src/components/Operations.tsx
@@ -57,7 +57,7 @@ export const Operations: ComponentType = withSuspensable(() => {
57
onChange={(e) =>
58
debouncedSetQueryParams((old) => ({
59
...old,
60
- document: e.target.value.trim(),
+ keyword: e.target.value.trim(),
61
}))
62
}
63
onBlur={() => debouncedSetQueryParams.flush()}
0 commit comments