This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/dev by this push:
     new c42266c2 fix: ts error
c42266c2 is described below

commit c42266c2f82c322eb2c24cf869d1b34af0eaaf2e
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: '',

Reply via email to