juzhiyuan commented on a change in pull request #1472:
URL: https://github.com/apache/apisix-dashboard/pull/1472#discussion_r575729095
##########
File path: web/src/pages/User/Login.tsx
##########
@@ -73,6 +73,12 @@ const Page: React.FC = () => {
});
};
+ const onKeyDown = (e: any) => {
Review comment:
Please use the correct TS typing.
```suggestion
const onKeyDown = (e: React.KeyboardEvent) => {
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]