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 7b44676 commit d92296cCopy full SHA for d92296c
src/components/Operations.tsx
@@ -119,6 +119,7 @@ export const Operations: ComponentType = withSuspensable(() => {
119
large
120
type="search"
121
enterKeyHint="search"
122
+ defaultValue={queryParams.keyword}
123
onChange={(e) =>
124
debouncedSetQueryParams((old) => ({
125
...old,
@@ -199,6 +200,7 @@ export const Operations: ComponentType = withSuspensable(() => {
199
200
201
202
203
204
205
206
0 commit comments