Skip to content

Commit

Permalink
fix: ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
shuashuai committed Jul 16, 2024
1 parent 9d70bf9 commit abf3412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Install/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const Index: FC = () => {
}
return formData;
};

const handleChange = (params: FormDataType) => {
setErrorData({
msg: '',
Expand Down

0 comments on commit abf3412

Please sign in to comment.