Skip to content

Commit 7ebcb69

Browse files
修复bug
1 parent 601642c commit 7ebcb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/HostKeyTree/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ class HostKeyTree extends Component {
414414
}
415415
);
416416
}
417-
this.searchKey(this.searchInput.current.input.state.value);
417+
this.searchKey(this.searchInput.current.input.value);
418418
}
419419
},
420420
(err) => {

0 commit comments

Comments
 (0)