Skip to content

Commit 2cccdc0

Browse files
Merge pull request #266 from MaaAssistantArknights/dev
Release
2 parents 4bac3f2 + 4c59058 commit 2cccdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Operations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const Operations: ComponentType = withSuspensable(() => {
5757
onChange={(e) =>
5858
debouncedSetQueryParams((old) => ({
5959
...old,
60-
document: e.target.value.trim(),
60+
keyword: e.target.value.trim(),
6161
}))
6262
}
6363
onBlur={() => debouncedSetQueryParams.flush()}

0 commit comments

Comments
 (0)