This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit abf34123a31c22d297f9ab9709a459bacc3a6bee Author: shuai <[email protected]> AuthorDate: Mon Jul 15 17:41:26 2024 +0800 fix: ts error --- ui/src/pages/Install/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/Install/index.tsx b/ui/src/pages/Install/index.tsx index 22db544f..5c8f5c84 100644 --- a/ui/src/pages/Install/index.tsx +++ b/ui/src/pages/Install/index.tsx @@ -153,7 +153,7 @@ const Index: FC = () => { } return formData; }; - + const handleChange = (params: FormDataType) => { setErrorData({ msg: '',
